Get mapunit ecological sites from Soil Data Access
get_SDA_coecoclass(
method = "None",
areasymbols = NULL,
mukeys = NULL,
WHERE = NULL,
query_string = FALSE,
ecoclasstypename = NULL,
ecoclassref = "Ecological Site Description Database",
not_rated_value = "Not assigned",
miscellaneous_areas = TRUE,
dsn = NULL
)
aggregation method. One of: "Dominant Component", "Dominant Condition", "None". If "None" is selected one row will be returned per component, otherwise one row will be returned per map unit.
vector of soil survey area symbols
vector of map unit keys
character containing SQL WHERE clause specified in terms of fields in legend
, mapunit
, component
or coecosite
tables, used in lieu of mukeys
or areasymbols
Default: FALSE
; if TRUE
return a character string containing query that would be sent to SDA via SDA_query
If NULL
no constraint on ecoclasstypename
is used in the query.
Default: "Ecological Site Description Database"
. If NULL
no constraint on ecoclassref
is used in the query.
Default: "Not assigned"
Include miscellaneous areas (non-soil components)?
Path to local SQLite database or a DBIConnection object. If NULL
(default) use Soil Data Access API via SDA_query()
.
When method="Dominant Condition"
an additional field ecoclasspct_r
is returned in the result with the sum of comppct_r
that have the dominant condition ecoclassid
. The component with the greatest comppct_r
is returned for the component
and coecosite
level information.
Note that if there are multiple coecoclasskey
per ecoclassid
there may be more than one record per component.