-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
63 lines (62 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
61
62
63
# Generated by roxygen2: do not edit by hand
S3method(biome_name,numeric)
S3method(biome_name,tbl_df)
S3method(extract_biome,sf)
S3method(extract_biome,tbl_df)
S3method(gdd,numeric)
S3method(gdd,tbl_df)
S3method(gwr,character)
S3method(gwr,numeric)
S3method(mat,numeric)
S3method(mat,tbl_df)
S3method(mi,tbl_df)
S3method(mtco,numeric)
S3method(mtco,tbl_df)
S3method(mtwa,numeric)
S3method(mtwa,tbl_df)
S3method(print,snapshot)
S3method(snapshot,MariaDBConnection)
S3method(snapshot,character)
S3method(snapshot,data.frame)
S3method(snapshot,default)
S3method(snapshot,numeric)
S3method(snapshot,tbl)
S3method(snapshot,tbl_df)
export("%>%")
export(amalgamate_taxa)
export(biome_name)
export(clean_taxa)
export(compare_latlon)
export(compare_latlonelv)
export(extract_biome)
export(gdd)
export(gwr)
export(mat)
export(mi)
export(mtco)
export(mtwa)
export(normalise_taxa)
export(parallel_extract_biome)
export(pb)
export(pivot_data)
export(plot_biome)
export(plot_climate)
export(plot_climate_countour)
export(plot_climate_tiles)
export(plot_gdd)
export(plot_mat)
export(plot_mi)
export(plot_mtco)
export(plot_mtwa)
export(pnv_classes)
export(rm_na_taxa)
export(rm_zero_taxa)
export(snapshot)
export(sort_taxa)
export(total_taxa)
export(tps)
export(write_csvs)
importFrom(Rdpack,reprompt)
importFrom(grDevices,gray)
importFrom(magrittr,"%>%")
importFrom(magrittr,`%$%`)