Insert one of the queried param's for the indexed hectometer
polygon of sf.afe_csa into the project database elbe1d.db.
Usage
intoDB(
x,
param = c("Angle", "AxisADiff", "AxisPDiff", "AreaTotal", "AreaBelowMQ", "Curve",
"DEMmax", "DEMmin", "DLM", "DepthMax", "DepthMean", "DepthMedian",
"DiffbetweenMNQMHQ", "DiffWADLM2WAMQ", "Flood3Mean", "Flood3Median", "Flood3Sd",
"PbelowHQ10", "PbelowMHQ", "PbelowMNQ", "PbelowMQ", "PbetweenMNQMHQ", "Ratio",
"Slope", "VegType"),
update = FALSE,
...
)Arguments
- x
must be a single
integerindexing one hectometer polygon along the River Elbe.- param
must be a single
characterand element ofc( "Angle", "AxisADiff", "AxisPDiff", "AreaTotal", "AreaBelowMQ", "Curve", "DEMmax", "DEMmin", "DLM", "DepthMax", "DepthMean", "DepthMedian", "DiffbetweenMNQMHQ", "DiffWADLM2WAMQ", "Flood3Mean", "Flood3Median", "Flood3Sd", "PbelowHQ10", "PbelowMHQ", "PbelowMNQ", "PbelowMQ", "PbetweenMNQMHQ", "Ratio", "Slope", "VegType").- update
booleanspecifying whether to update an existing value in the project database.- ...
optional parameters passed to
get...()-functions.
