-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
45 lines (44 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
export(dsp_create_from_gdb)
export(dsp_create_from_survey)
export(dsp_motif)
export(dsp_plot_map)
export(dsp_to_matrix)
export(ecos_blocks)
export(ecos_fit)
export(ecos_nullmodel)
export(ecos_plot_pie)
export(ecos_prepare_by_phylo)
export(ecos_prepare_by_trait)
export(mask_climate_raster_by_geo_motif)
import(grDevices)
import(grid)
import(sf)
import(slam)
importFrom(CountClust,FitGoM)
importFrom(CountClust,StructureGGplot)
importFrom(ape,branching.times)
importFrom(dplyr,filter)
importFrom(fasterize,fasterize)
importFrom(gridExtra,grid.arrange)
importFrom(latticeExtra,layer)
importFrom(mapplots,add.pie)
importFrom(maptpx,topics)
importFrom(methClust,meth_topics)
importFrom(phytools,treeSlice)
importFrom(picante,randomizeMatrix)
importFrom(raster,aggregate)
importFrom(raster,as.matrix)
importFrom(raster,extent)
importFrom(raster,quantile)
importFrom(raster,raster)
importFrom(raster,setValues)
importFrom(raster,stack)
importFrom(rasterVis,levelplot)
importFrom(rasterVis,rasterTheme)
importFrom(scales,alpha)
importFrom(sp,CRS)
importFrom(sp,sp.lines)
importFrom(sp,spTransform)
importFrom(stats,density)
importFrom(stats,dmultinom)