File: NAMESPACE

package info (click to toggle)
r-cran-matlab 1.0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 640 kB
  • sloc: sh: 13; makefile: 2
file content (58 lines) | stat: -rw-r--r-- 923 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
###
### $Id: NAMESPACE 26 2022-05-30 18:54:48Z proebuck $
###

## Imports
import(methods)
importFrom(grDevices, rgb)
importFrom(graphics, axTicks, axis, box, par)
importFrom(stats, sd)

## Public routines
export(ceil)
export(cell)
export(colorbar)
export(eye)
export(factors)
export(fileparts)
export(filesep)
export(find)
export(fix)
export(fullfile)
export(hilb)
export(imagesc)
export(isempty)
export(isprime)
export(jet.colors)
export(linspace)
export(logspace)
export(magic)
export(meshgrid)
export(mod)
export(multiline.plot.colors)
export(ndims)
export(nextpow2)
export(numel)
export(ones)
export(pascal)
export(pathsep)
export(pow2)
export(primes)
export(rem)
export(repmat)
export(reshape)
export(rosser)
export(rot90)
export(std)
export(strcmp)
export(tic,toc)
export(vander)
export(zeros)

## S4 Methods
exportMethods(fliplr)
exportMethods(flipud)
exportMethods(padarray)
exportMethods(size)
exportMethods(sum)