-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 763 Bytes
/
Copy pathNAMESPACE
File metadata and controls
29 lines (28 loc) · 763 Bytes
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
# Generated by roxygen2: do not edit by hand
export(batch_composition)
export(buffer_composition)
export(centroid_bias)
export(class_dictionary)
export(class_palette)
export(decay_kernel)
export(map_basemap)
export(map_combined)
export(map_composition)
export(parse_class_codes)
export(plot_group_points)
export(plot_site_composition)
export(resolve_palette)
export(summarise_centroid_bias)
export(validate_dictionary)
export(viridis_colours)
export(write_composition_report)
importFrom(dplyr,"%>%")
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rgb)
importFrom(stats,aggregate)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.delim)