-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
38 lines (37 loc) · 944 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
38
# Generated by roxygen2: do not edit by hand
export("time_bp<-")
export(clean_data_path)
export(climate_for_locations)
export(climate_for_time_slice)
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_time_steps)
export(get_vars_for_dataset)
export(is_region_series)
export(location_series)
export(location_slice)
export(region_series)
export(region_slice)
export(sample_region_series)
export(sample_region_slice)
export(set_data_path)
export(set_data_path_for_CRAN)
export(slice_region_series)
export(time_bp)
export(time_series_for_locations)
export(update_dataset_list)
export(validate_nc)
export(var_labels)
exportMethods("time_bp<-")
exportMethods(time_bp)
import(methods)
import(terra)