powered by
Calculation of the proportion of vegetation or fractional vegetation cover from NDVI
Pv(NDVI, minNDVI, maxNDVI)
Raster* object, NDVI calculated from remote sensing imagery
= 0.2 (Ref. Sobrino et al. 2004)
= 0.5 (Ref. Sobrino et al. 2004)
RasterLayer
# NOT RUN { NDVI <- raster::raster(ncol=100, nrow=100) set.seed(2) raster::values(NDVI) = runif(10000, min=0.02, max=0.8) Pv(NDVI = NDVI, minNDVI = 0.2, maxNDVI = 0.5) # }
Run the code above in your browser using DataLab