forked from SWotherspoon/SGAT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
109 lines (108 loc) · 2.33 KB
/
Copy pathNAMESPACE
File metadata and controls
109 lines (108 loc) · 2.33 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Generated by roxygen2: do not edit by hand
S3method("[",Pimage)
S3method("[<-",Pimage)
S3method("[[",Pimage)
S3method(Pimage,POSIXct)
S3method(Pimage,default)
S3method(as.POSIXct,Pimage)
S3method(as.list,Pimage)
S3method(c,Pimage)
S3method(cut,Pimage)
S3method(length,Pimage)
S3method(plot,Pimage)
S3method(print,Pimage)
S3method(str,Pimage)
S3method(subset,Pimage)
export(Pimage)
export(bmvnorm)
export(cellFromLonLat)
export(chainAcceptance)
export(chainApply)
export(chainApply2)
export(chainBcov)
export(chainCoda)
export(chainCollapse)
export(chainCov)
export(chainLast)
export(chainSummary)
export(chainTail)
export(curveModel)
export(curveModel0)
export(essie)
export(essieCircularMean)
export(essieCurveModel)
export(essieMean)
export(essieMode)
export(essieRaster)
export(essieThresholdModel)
export(estelleMetropolis)
export(gcDist)
export(gcOuterDist)
export(geolightConvert)
export(gperm)
export(groupedThresholdModel)
export(groupedThresholdModel0)
export(locationImage)
export(locationKernelize)
export(locationMean)
export(locationRasterize)
export(locationSummary)
export(lonlatFromCell)
export(makeTwilightModel)
export(mvnorm)
export(nlocation)
export(parametersGamma)
export(refracted)
export(satelliteModel)
export(satelliteModel0)
export(slice)
export(sliceIndices)
export(sliceInterval)
export(slices)
export(solar)
export(speedGammaModel)
export(stellaMetropolis)
export(sunrise)
export(sunset)
export(thresholdEstimate)
export(thresholdLocation)
export(thresholdModel)
export(thresholdModel0)
export(thresholdPath)
export(thresholdSensitivity)
export(trackBearingChange)
export(trackBearingChange2)
export(trackDist)
export(trackDist2)
export(trackMidpts)
export(twilight)
export(twilightPairs)
export(twilightPerturb)
export(twilightResiduals)
export(twilightResidualsMap)
export(twilightSimulate)
export(twilightSolartime)
export(unrefracted)
export(unwrapLon)
export(wrapLon)
export(zenith)
export(zenithSimulate)
import(raster)
import(sp)
importFrom(MASS,bandwidth.nrd)
importFrom(MASS,kde2d)
importFrom(coda,mcmc)
importFrom(coda,mcmc.list)
importFrom(stats,approx)
importFrom(stats,dgamma)
importFrom(stats,dlnorm)
importFrom(stats,dnorm)
importFrom(stats,dt)
importFrom(stats,median)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(utils,flush.console)
importFrom(utils,str)