-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
65 lines (64 loc) · 1.55 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
# 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(map_nichevol)
export(niche_bars)
export(niche_labels)
export(niche_legend)
export(nichevol_bars)
export(nichevol_labels)
export(nichevol_legend)
export(pdf_histograms)
export(read_bin_table)
export(read_bin_tables)
export(rename_tips)
export(score_tip)
export(score_tree)
export(set_uncertainty)
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(geiger,fitContinuous)
importFrom(geiger,treedata)
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(stats,median)
importFrom(stats,na.omit)
importFrom(stats,smooth)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(terra,NAflag)
importFrom(terra,classify)
importFrom(terra,crop)
importFrom(terra,extract)
importFrom(terra,minmax)
importFrom(terra,nlyr)
importFrom(terra,rast)
importFrom(terra,unique)
importFrom(terra,vect)
importFrom(utils,combn)
importFrom(utils,read.csv)
importFrom(utils,write.csv)