-
Notifications
You must be signed in to change notification settings - Fork 20
/
NAMESPACE
69 lines (68 loc) · 1.38 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
60
61
62
63
64
65
66
67
68
69
# Generated by roxygen2: do not edit by hand
S3method("[",CalDates)
S3method(calibrate,UncalGrid)
S3method(calibrate,default)
S3method(length,CalDates)
S3method(plot,CalDates)
S3method(plot,CalGrid)
S3method(plot,CalSPD)
S3method(plot,SpdModelTest)
S3method(plot,SpdPermTest)
S3method(plot,compositeKDE)
S3method(plot,spatialTest)
S3method(plot,spdRC)
S3method(plot,stKde)
S3method(plot,stackCalSPD)
S3method(subset,CalDates)
S3method(summary,CalDates)
S3method(summary,SpdModelTest)
S3method(summary,SpdPermTest)
S3method(uncalibrate,CalGrid)
S3method(uncalibrate,default)
export(BCADtoBP)
export(BPtoBCAD)
export(as.CalDates)
export(as.CalGrid)
export(as.UncalGrid)
export(barCodes)
export(binMed)
export(binPrep)
export(binsense)
export(calibrate)
export(ckde)
export(combine)
export(gaussW)
export(hpdi)
export(medCal)
export(mixCurves)
export(modelTest)
export(multiplot)
export(p2pTest)
export(permTest)
export(poolDates)
export(qCal)
export(reScale)
export(runMean)
export(sampleDates)
export(smoothGauss)
export(spd)
export(spd2rc)
export(spkde)
export(sptest)
export(stackspd)
export(stkde)
export(thinDates)
export(transformSPD)
export(uncalibrate)
export(which.CalDates)
import(doSNOW)
import(foreach)
import(grDevices)
import(graphics)
import(iterators)
import(sf)
import(snow)
import(spatstat.geom,spatstat.explore,spatstat.model,spatstat.linnet,spatstat)
import(stats)
import(utils)
import(knitr)