-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
40 lines (39 loc) · 1.17 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
# Generated by roxygen2: do not edit by hand
export(calculate_soil_depth_NRCS)
export(check_Miller1998_CONUSSoil)
export(check_POLARIS)
export(check_SOLUS100)
export(create_conditioned_Miller1998_CONUSSoil)
export(depth_profile_SOLUS100)
export(download_SOLUS100)
export(extract_soils_Miller1998_CONUSSoil)
export(extract_soils_NRCS_SDA)
export(extract_soils_POLARIS)
export(extract_soils_SOLUS100)
export(extract_topography_NEDUSA)
export(fetch_mukeys_spatially_NRCS_SDA)
export(fetch_soils_from_Miller1998_CONUSSoil)
export(fetch_soils_from_NRCS_SDA)
export(fetch_soils_from_POLARIS)
export(fetch_soils_from_SOLUS100)
export(filenames_SOLUS100)
export(is_NRCS_horizon_organic)
export(prepare_script_for_Miller1998_CONUSSoil)
export(prepare_script_for_POLARIS)
export(variables_SOLUS100)
import(methods)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,median)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stats,weighted.mean)