forked from marlonecobos/nichevol
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
79 lines (78 loc) · 1.96 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
# Generated by roxygen2: do not edit by hand
export(bin_env)
export(bin_ml_rec)
export(bin_par_rec)
export(bin_table)
export(bin_tables)
export(bin_tables0)
export(hist_evalues)
export(histograms_env)
export(make_9blocks)
export(niche_bars)
export(niche_labels)
export(niche_legend)
export(nichevol_bars)
export(nichevol_labels)
export(nichevol_legend)
export(pdf_histograms)
export(random_polygons)
export(rename_tips)
export(rformat_type)
export(score_tip)
export(score_tree)
export(sig_sq)
export(smooth_rec)
export(stats_eval)
export(stats_evalues)
importFrom(ape,ace)
importFrom(ape,reorder.phylo)
importFrom(castor,asr_max_parsimony)
importFrom(concaveman,concaveman)
importFrom(geiger,fitContinuous)
importFrom(geiger,treedata)
importFrom(grDevices,chull)
importFrom(grDevices,dev.off)
importFrom(grDevices,gray.colors)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(graphics,abline)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,title)
importFrom(raster,crop)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,mask)
importFrom(raster,nlayers)
importFrom(raster,raster)
importFrom(raster,stack)
importFrom(rgdal,readOGR)
importFrom(rgdal,writeOGR)
importFrom(rgeos,gBuffer)
importFrom(rgeos,gIntersection)
importFrom(sf,as_Spatial)
importFrom(sf,st_multipoint)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_zm)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialPointsDataFrame)
importFrom(sp,SpatialPolygons)
importFrom(sp,SpatialPolygonsDataFrame)
importFrom(sp,rbind.SpatialPolygonsDataFrame)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,smooth)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(utils,combn)
importFrom(utils,read.csv)
importFrom(utils,write.csv)