## S3 method for class 'MortonCRAE':
ET(data, constants, est, solar, Tdew, alpha=NULL, \dots)
MortonCRAE
. Such objects are list with components:zoo
object containing daily aggregated estimations of Morton CRAE potential evapotranspiration, wet-environment areal evapotranspiration and actual areal evapotranspiration.zoo
object containing monthly aggregated estimations of Morton CRAE potential evapotranspiration, wet-environment areal evapotranspiration and actual areal evapotranspiration.zoo
object containing annually aggregated estimations of Morton CRAE potential evapotranspiration, wet-environment areal evapotranspiration and actual areal evapotranspiration.zoo
object containing monthly averaged estimations of daily Morton CRAE potential evapotranspiration, wet-environment areal evapotranspiration and actual areal evapotranspiration.zoo
object containing annually averaged estimations of daily Morton CRAE potential evapotranspiration, wet-environment areal evapotranspiration and actual areal evapotranspiration.est
, please see "Arguments" for details.
The alternative calculation options can be selected through argument solar
and Tdew
, please see "Arguments" for details.# Use processed existing data set from kent Town, Adelaide
data("processeddata")
data("constants")
# Set data class to be "MortonCRAE" to call function
funname <- "MortonCRAE"
class(data) <- funname
# Call generic function ET(data, ...) with class "MortonCRAE"
results <- ET(data, constants, est = "potential ET", solar =
"sunshine hours", Tdew = TRUE)
Run the code above in your browser using DataLab