clamp_data | R Documentation |
This function clamp values in the dataset
object based on
minimum and maximum values on the train data.
clamp_data(object, dataset)
object |
A data.frame with the training data or a model returned
by |
dataset |
Either a data.frame or a rasterStack object with values to be clamped. Columns or layers names should match the columns of the training data. |
The dataset
with values clamped.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.