-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
49 lines (48 loc) · 1.2 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
# Generated by roxygen2: do not edit by hand
export("time_bp<-")
export(bioclim_vars)
export(clean_data_path)
export(climate_for_locations)
export(climate_for_time_slice)
export(date2ybp)
export(df_from_region_series)
export(df_from_region_slice)
export(distance_from_sea)
export(download_dataset)
export(get_available_datasets)
export(get_biome_classes)
export(get_data_path)
export(get_downloaded_datasets)
export(get_ice_mask)
export(get_land_mask)
export(get_mis_time_steps)
export(get_resolution)
export(get_time_bp_steps)
export(get_time_ce_steps)
export(get_time_steps)
export(get_vars_for_dataset)
export(is_region_series)
export(koeppen_geiger)
export(list_available_datasets)
export(location_series)
export(location_slice)
export(location_slice_from_region_series)
export(region_series)
export(region_slice)
export(sample_region_series)
export(sample_region_slice)
export(set_data_path)
export(slice_region_series)
export(time_bp)
export(time_series_for_locations)
export(update_dataset_list)
export(validate_nc)
export(var_labels)
export(ybp2date)
exportMethods("time_bp<-")
exportMethods(bioclim_vars)
exportMethods(koeppen_geiger)
exportMethods(time_bp)
import(methods)
import(terra)
importFrom(methods,setGeneric)