-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
84 lines (83 loc) · 2.29 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
84
# Generated by roxygen2: do not edit by hand
export(an0_retrieve_species_info)
export(an1_gain_loss)
export(an2_occurrence_species)
export(an3_regressions)
export(an4_contributions_beta)
export(fig2_homogenization)
export(fig3_regressions)
export(fig4_table)
export(fig5_piecharts)
export(fig6_contributions_beta)
export(figS1_outliers)
export(figS2_abiotic)
export(figS3_lossgain)
export(figS4_homogenization_panels)
export(figS5_saturation)
export(figS6_northward)
export(figS7_occupancy_trends)
export(figS8_boats)
export(pipeline)
import(emojifont)
importFrom(MASS,glm.nb)
importFrom(MuMIn,dredge)
importFrom(ade4,dudi.pca)
importFrom(ape,pcoa)
importFrom(crayon,blue)
importFrom(ecoocc,ec_betadiversity)
importFrom(ecoocc,ec_rarefaction)
importFrom(ecoocc,ec_temporal_betadiversity)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(graphicsutils,box2)
importFrom(graphicsutils,circles)
importFrom(graphicsutils,col2Hex)
importFrom(graphicsutils,envelop)
importFrom(graphicsutils,gpuPalette)
importFrom(graphicsutils,lighten)
importFrom(graphicsutils,pchImage)
importFrom(graphicsutils,plot0)
importFrom(inSilecoMisc,keepWords)
importFrom(inSilecoMisc,meanAlong)
importFrom(inSilecoMisc,scaleWithin)
importFrom(inSilecoMisc,signifSymbols)
importFrom(latex2exp,TeX)
importFrom(lmodel2,lmodel2)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(sf,st_coordinates)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(showtext,showtext_auto)
importFrom(stats,as.dist)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,glm)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,pf)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,step)
importFrom(stats,wilcox.test)
importFrom(sysfonts,font_add)
importFrom(taxize,classification)
importFrom(taxize,get_tsn)