Description Usage Arguments Value
spcv
1 |
df.sp |
a SpatialPointsDataFrame object See the sp package for how to create one. |
my_idp |
a numeric object, specifying the inverse distance weighting bandwidth parameter |
var_name |
a string object, specifying the variable name for the data frame column containing numeric values to be interpolated. For example, concentrations of a chemical found in spatial samples. |
list containing four objects: cv.input (SpatialPointsDataFrame), cv.pred (vector of predictions at the hold out locations), cv.error (vector of errors based on difference of hold out test points and interpolated prediction), cv.rmse (numeric root mean squared error, which is vased on cv.error vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.