-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNAMESPACE
37 lines (36 loc) · 975 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(annotation_dictionary)
export(calc_geo_extent_bounding_box_m2)
export(calc_length_of_survey_years)
export(calc_number_of_years_sampled)
export(calc_std_dev_interval_betw_years)
export(convert_to_dwca)
export(create_dataset_summary)
export(create_eml)
export(create_location)
export(create_location_ancillary)
export(create_observation)
export(create_observation_ancillary)
export(create_taxon)
export(create_taxon_ancillary)
export(create_variable_mapping)
export(flatten_data)
export(plot_sample_space_time)
export(plot_sites)
export(plot_taxa_abund)
export(plot_taxa_accum_sites)
export(plot_taxa_accum_time)
export(plot_taxa_diversity)
export(plot_taxa_occur_freq)
export(plot_taxa_rank)
export(plot_taxa_sample_time)
export(plot_taxa_shared_sites)
export(read_data)
export(save_data)
export(search_data)
export(validate_data)
export(write_tables)
import(dplyr)
import(ggplot2)
import(tidyr)
importFrom(magrittr,"%>%")