if (FALSE) {
# These examples require external data files not included with the package
# Simple interpolation (legacy interface)
interpolated_data <- spatial_interpolation(
soil_data,
target_variables = c("nitrogen", "carbon"),
method = "NN"
)
}
Run the code above in your browser using DataLab