Description Usage Arguments Value
Takes and input dataframe and containing co-ordinates and actual(validation) values, extracts corresponding predicted values and return a long format data frame
1 | validation_extract(validationData, rasterLayers, pointCRS)
|
validationData |
data.frame containing the validation values in format "x","y","pc.cov" |
rasterLayers |
raster object of the variable to extract. |
pointCRS |
CRS object for use with the validationData points. |
a dataframe containing the extracted values, plus actual values and cell numbers. In long format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.