forked from NCRN/NPSForVeg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.34 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
# Generated by roxygen2: do not edit by hand
export(ChangeMatrix)
export(IV)
export(IVplot)
export(SiteXSpec)
export(calcIV)
export(dens)
export(densplot)
export(getArea)
export(getCommons)
export(getCycles)
export(getEvents)
export(getNames)
export(getNetwork)
export(getPlantNames)
export(getPlants)
export(getPlotNames)
export(getPlots)
export(getSubplotCount)
export(importCSV)
export(importERMN)
export(importMIDN)
export(importNCRN)
export(importNETN)
export(importSHEN)
export(make)
export(mapPlants)
exportClasses(NPSForVeg)
import(data.table)
importFrom(MASS,glm.nb)
importFrom(boot,boot)
importFrom(data.table,rbindlist)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,recode)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(lattice,barchart)
importFrom(lattice,panel.arrows)
importFrom(lattice,panel.xyplot)
importFrom(lattice,strip.custom)
importFrom(lattice,xyplot)
importFrom(leaflet,addCircles)
importFrom(leaflet,addTiles)
importFrom(leaflet,colorBin)
importFrom(leaflet,colorFactor)
importFrom(leaflet,colorNumeric)
importFrom(leaflet,colorQuantile)
importFrom(leaflet,leaflet)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(rlang,"!!!")
importFrom(rlang,quo)