forked from MoBiodiv/mobr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
60 lines (59 loc) · 1.44 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
S3method(plot,mob_out)
S3method(plot,mob_stats)
S3method(print,mob_in)
S3method(subset,mob_in)
export(avg_nn_dist)
export(calc_PIE)
export(calc_biodiv)
export(calc_chao1)
export(compare_samp_rarefaction)
export(get_delta_stats)
export(get_mob_stats)
export(get_null_comm)
export(kNCN_average)
export(make_mob_in)
export(plot_N)
export(plot_abu)
export(plot_rarefaction)
export(rarefaction)
import(dplyr)
import(ggplot2)
import(purrr)
importFrom(egg,ggarrange)
importFrom(geosphere,centroid)
importFrom(geosphere,midPoint)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,boxplot)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(pbapply,pboptions)
importFrom(pbapply,pbreplicate)
importFrom(pbapply,pbsapply)
importFrom(plotrix,plotCI)
importFrom(rlang,.data)
importFrom(scales,alpha)
importFrom(stats,coef)
importFrom(stats,dist)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,pf)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(vctrs,vec_as_names)