-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
83 lines (82 loc) · 2.21 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Generated by roxygen2: do not edit by hand
export(ts_add_positions_to_frames)
export(ts_copy_frametimes)
export(ts_fill_na)
export(ts_flow_frames)
export(ts_makeframes)
export(ts_raster)
import(ggplot2)
import(sp)
importFrom(RStoolbox,ggR)
importFrom(RStoolbox,rescaleImage)
importFrom(assertthat,assert_that)
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,group_size)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,tally)
importFrom(dplyr,ungroup)
importFrom(forcats,as_factor)
importFrom(ggplot2,CoordSf)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_fill_identity)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,rainbow)
importFrom(graphics,frame)
importFrom(magrittr,"%>%")
importFrom(moveVis,add_gg)
importFrom(moveVis,add_labels)
importFrom(moveVis,add_text)
importFrom(pbapply,pblapply)
importFrom(pbapply,pboptions)
importFrom(raster,approxNA)
importFrom(raster,as.list)
importFrom(raster,brick)
importFrom(raster,buffer)
importFrom(raster,clamp)
importFrom(raster,clusterR)
importFrom(raster,compareCRS)
importFrom(raster,crop)
importFrom(raster,dataType)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,getValues)
importFrom(raster,intersect)
importFrom(raster,maxValue)
importFrom(raster,minValue)
importFrom(raster,ncell)
importFrom(raster,nlayers)
importFrom(raster,overlay)
importFrom(raster,projectRaster)
importFrom(raster,sampleRandom)
importFrom(raster,sampleRegular)
importFrom(raster,stack)
importFrom(raster,unstack)
importFrom(raster,writeRaster)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_centroid)
importFrom(sf,st_contains)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sp,coordinates)
importFrom(stats,density)
importFrom(stats,filter)
importFrom(stats,quantile)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_longer)