Learn R Programming

RMAWGEN (version 1.3.9.3)

rescaling_monthly: This function adjusts the monthly mean to a daily weather dataset (e. g. spline-interpolated temperature)

Description

This function adjusts the monthly mean to a daily weather dataset (e. g. spline-interpolated temperature)

Usage

rescaling_monthly(data, val, origin = "1961-1-1")

Value

A data frame with data of data rescaled with val for each month

Arguments

data

data frame of wheather variables)

val

monthly means returned by getMonthlyMean

origin

character string containing the gregorian date of the first day of data

Author

Emanuele Cordano

@export

See Also

extractdays