muldpm {evapoRe} | R Documentation |
Multiply by days per month
Description
The function muldpm
multiplies the value by days per month.
Usage
muldpm(x)
Arguments
x |
a RasterBrick object with monthly data in [units/day] |
Value
a RasterBrick object
Examples
tavg_brick <- raster::brick('terraclimate_tavg.nc')
pet_od <- pet(method = "od", tavg = tavg_brick)
pet_od <- muldpm(pet_od)
[Package evapoRe version 1.0.0 Index]