m2d: Monthly to daily interpolation

Description Usage Arguments Value

View source: R/utils-interpolation.R

Description

Monthly to daily interpolation

Usage

1
m2d(data, time, cpus = 2, thr = 12)

Arguments

data

Numeric vector with monthly entries.

time

Numeric vector with the days in month for a particular time step.

cpus

Numeric value with the number of CPUs to use for the computation.

thr

Numeric value with the temporal length of the output, in months.

Value

Numeric value for the daily values interpolated.


special-uor/codos documentation built on Jan. 7, 2022, 2:32 a.m.