muldpm | R Documentation |
The function muldpm
multiplies the value by days per month.
muldpm(x)
x |
a RasterBrick object with monthly data in [units/day] |
a RasterBrick object
tavg_brick <- raster::brick('terraclimate_tavg.nc')
pet_od <- pet(method = "od", tavg = tavg_brick)
pet_od <- muldpm(pet_od)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.