-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.23 KB
/
NAMESPACE
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
59
# Generated by roxygen2: do not edit by hand
S3method(as.matrix,list)
S3method(plot,distmap)
S3method(predict,distmap)
S3method(quantile,distmap)
export("@")
export("@<-")
export(akde)
export(alignepochs)
export(biascorrect)
export(chauvenet)
export(copyatts)
export(cslice)
export(dedrizzle)
export(denormalize)
export(distmap)
export(lof1d)
export(megamma)
export(mplot)
export(namelist)
export(nc_history)
export(nc_ingest)
export(normalize)
export(pdf2cdf)
export(pdfskill)
export(ptrim)
export(renest)
export(rezero)
export(slice)
export(subslice)
export(tailskill)
export(unslice)
export(unzero)
export(yearlength)
importFrom(KernSmooth,bkde)
importFrom(graphics,abline)
importFrom(graphics,lines)
importFrom(graphics,matplot)
importFrom(graphics,rug)
importFrom(graphics,segments)
importFrom(methods,"slot<-")
importFrom(methods,slot)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncatt_get)
importFrom(ncdf4,ncatt_put)
importFrom(ncdf4,ncvar_get)
importFrom(ncdf4,nc_close)
importFrom(quantreg,akj)
importFrom(scales,rescale)
importFrom(stats,bw.nrd)
importFrom(stats,na.omit)
importFrom(stats,optimize)
importFrom(stats,ppoints)
importFrom(stats,predict)
importFrom(stats,qqplot)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,splinefun)