-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
59 lines (58 loc) · 1.55 KB
/
NAMESPACE
File metadata and controls
59 lines (58 loc) · 1.55 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
# Generated by roxygen2: do not edit by hand
export(calculate.effort)
export(generate.transects)
export(get.coverage)
export(make.coverage)
export(make.design)
export(make.region)
export(run.coverage)
export(write.transects)
exportClasses(Line.Transect)
exportClasses(Line.Transect.Design)
exportClasses(Point.Transect)
exportClasses(Point.Transect.Design)
exportClasses(Region)
exportClasses(Segment.Transect)
exportClasses(Segment.Transect.Design)
exportClasses(Survey.Design)
exportClasses(Transect)
exportMethods(generate.transects)
exportMethods(get.coverage)
exportMethods(plot)
exportMethods(show)
import(sf)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_color_viridis_c)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_set)
importFrom(grDevices,gray)
importFrom(grDevices,heat.colors)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,show)
importFrom(methods,validObject)
importFrom(sf,as_Spatial)
importFrom(sf,st_is_valid)
importFrom(sf,st_make_valid)
importFrom(sf,st_set_precision)
importFrom(sf,st_zm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,rbinom)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,sessionInfo)
importFrom(utils,write.csv)
importFrom(utils,write.table)