diff --git a/articles/wcs-ssurgo.html b/articles/wcs-ssurgo.html index da1b746c..6b36695f 100644 --- a/articles/wcs-ssurgo.html +++ b/articles/wcs-ssurgo.html @@ -379,7 +379,7 @@
get_SDA_cosurfmorph(
table = c("cosurfmorphgc", "cosurfmorphhpp", "cosurfmorphss", "cosurfmorphmr"),
- by = "compname",
+ by = "mapunit.mukey",
areasymbols = NULL,
mukeys = NULL,
WHERE = NULL,
+ method = c("bygroup", "none"),
+ include_minors = TRUE,
miscellaneous_areas = FALSE,
+ representative_only = TRUE,
db = c("SSURGO", "STATSGO"),
dsn = NULL,
query_string = FALSE
@@ -66,7 +69,7 @@ Argumentsby
-Grouping variable. Default: "compname"
+Grouping variable. Default: "mapunit.mukey"
areasymbols
@@ -81,8 +84,20 @@ Argumentsmethod
+character. One of: "ByGroup"
, "None"
+
+
+include_minors
+logical. Include minor components? Default: TRUE
.
+
+
miscellaneous_areas
-Include miscellaneous areas (non-soil components) in results? Default: FALSE
.
+logical. Include miscellaneous areas (non-soil components) in results? Default: FALSE
.
+
+
+representative_only
+logical. Include only representative Component Parent Material Groups? Default: TRUE
.
db
diff --git a/reference/get_SDA_hydric.html b/reference/get_SDA_hydric.html
index 3237061f..37154c93 100644
--- a/reference/get_SDA_hydric.html
+++ b/reference/get_SDA_hydric.html
@@ -49,6 +49,8 @@ Usage
mukeys = NULL,
WHERE = NULL,
method = "MAPUNIT",
+ include_minors = TRUE,
+ miscellaneous_areas = TRUE,
query_string = FALSE,
dsn = NULL
)
"Dominant Component"
, "Dominant Condition"
, "None"
+logical. Include minor components? Default: TRUE
.
logical. Include miscellaneous areas (non-soil components) in results? Default: TRUE
.
Default: FALSE
; if TRUE
return a character string containing query that would be sent to SDA via SDA_query
Default: FALSE
; if TRUE
return a character string containing query that would be sent to SDA via SDA_query()
logical. Include minor components? Default: TRUE
.
logical. Include miscellaneous areas (non-soil components) in results? Default: TRUE
.
Default: FALSE
; if TRUE
return a character string containing query that would be sent to SDA via SDA_query
vector of soil survey area symbols
character. Vector of soil survey area symbols
vector of map unit keys
integer. Vector of map unit keys
character containing SQL WHERE clause specified in terms of fields in legend
, mapunit
, component
, or copmgrp
tables, used in lieu of mukeys
or areasymbols
character. SQL WHERE clause specified in terms of fields in legend
, mapunit
, component
, or copmgrp
tables, used in lieu of mukeys
or areasymbols
One of: "Dominant Component"
, "Dominant Condition"
, "None"
character. One of: "Dominant Component"
, "Dominant Condition"
, "None"
logical; group into generalized parent material groups? Default TRUE
logical. Group into generalized parent material groups? Default TRUE
logical. Include minor components? Default: TRUE
.
Include miscellaneous areas (non-soil components) in results? Default: FALSE
.
logical. Include miscellaneous areas (non-soil components) in results? Default: FALSE
.
get_soilDB_env()
-#> <environment: 0x555dd3028db0>
+#> <environment: 0x5590ca353638>