-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
29 lines (29 loc) · 1.17 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
export(basal_area)
export(fractional_cover)
export(get_ausplots)
export(growth_form_table)
export(species_table)
export(single_cover_value)
export(optim_species)
export(plot_opt)
export(ausplots_visual)
export(map_ausplots)
export(species_list)
export(ausplots_trajectory)
import(ggplot2, mapdata)
importFrom("vegan", "rad.lognormal", "specaccum", "diversity", "vegdist", "radfit")
importFrom("grDevices", "colors", "dev.off", "pdf", "terrain.colors", "rainbow")
importFrom("graphics", "legend", "par", "pie", "points", "arrows", "text")
importFrom("stats", "na.omit", "reshape", "sd", "as.dist", "cmdscale")
importFrom("utils", "tail", "write.table", "packageVersion", "head")
importFrom("jose", "jwt_claim", "jwt_encode_hmac")
importFrom("httr", "GET", "http_type", "add_headers", "stop_for_status", "user_agent", "content", "timeout", "http_error", "message_for_status")
importFrom("jsonlite", "fromJSON")
importFrom("R.utils", "capitalize")
importFrom("gtools", "mixedorder")
importFrom("plyr", "count")
importFrom("betapart", "beta.pair")
importFrom("curl", "curl_version", "has_internet")
importFrom("r2r", "hashmap")
importFrom("stringr", "str_sub")
importFrom("progress", "progress_bar")