View source: R/map_active_ndvi.R
map_active_ndvi | R Documentation |
This function kriges active ndvi from actively measured ndvi points and passive ndvi values from image and returns the kriged values as an image. The autokrige function from automap package is used to do the kriging.
map_active_ndvi(pts, img)
pts |
spdf of actively measured ndvi. |
img |
raster layer of passive ndvi. |
image of the kriged values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.