-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
67 lines (66 loc) · 1.7 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
# Generated by roxygen2: do not edit by hand
export(analyseTS)
export(checkSamples)
export(compareLabel)
export(countCropCycles)
export(extract2)
export(extractTS)
export(findBare)
export(matchIndices)
export(meStack)
export(phenoCropClass)
export(phenoCropVal)
export(segmentRaster)
export(splitSamples)
import(raster)
import(sp)
importFrom(RStoolbox,unsuperClass)
importFrom(fieldRS,ccLabel)
importFrom(fieldRS,checkOverlap)
importFrom(fieldRS,poly2sample)
importFrom(fieldRS,spCentroid)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(lubridate,is.Date)
importFrom(raster,aggregate)
importFrom(raster,cellFromXY)
importFrom(raster,cellStats)
importFrom(raster,colFromCell)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,extend)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,getValues)
importFrom(raster,projectExtent)
importFrom(raster,projectRaster)
importFrom(raster,raster)
importFrom(raster,rasterToPolygons)
importFrom(raster,rasterize)
importFrom(raster,res)
importFrom(raster,rowFromCell)
importFrom(raster,setValues)
importFrom(raster,shapefile)
importFrom(raster,weighted.mean)
importFrom(raster,which.max)
importFrom(raster,xyFromCell)
importFrom(rgeos,intersect)
importFrom(rsMove,intime)
importFrom(sp,coordinates)
importFrom(stats,ccf)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,kmeans)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,sd)