rescaling_monthly: This function adjusts the monthly mean to a daily weather...

View source: R/rescaling_monthly.R

rescaling_monthlyR Documentation

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

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

Value

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

Note

It uses months and julian

Author(s)

Emanuele Cordano

@export

See Also

extractdays


ecor/RMAWGEN documentation built on Jan. 4, 2024, 5:56 p.m.