crops_rast | R Documentation |
Takes crop names and returns raster object which is sum of raster of individual crops.
Currently, only supports crops listed in
geodata::monfredaCrops()
, geodata::spamCrops()
If crop is present in multiple sources, then their mean is calculated.
crops_rast(crop_names)
crop_names |
A named list of source along with crop names |
SpatRaster. Raster object which is sum of all the individual crop raster
cropharvest_rast()
crops_rast(list(monfreda = c("wheat", "barley"), mapspam2010 = c("wheat", "potato")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.