muldpm: Multiply by days per month

View source: R/muldpm.R

muldpmR 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)


evapoRe documentation built on May 29, 2024, 3:09 a.m.