plant.linear: Interpolate plant properties using the 'linear' method.

Description Usage Arguments Value Examples

View source: R/plantlinear.R

Description

Creates a daily sequence for one year from doy/value pairs.

Usage

1
plant.linear(doys, values, maxdoy)

Arguments

doys

dates (days of year)

values

values

maxdoy

length of the year, 366 for leap years, 365 for normal years

Value

numeric vector of length maxdoy

Examples

1
plot(plant.linear(c(110,200,250,280), c(0,0.8,1,0)), 365)

pschmidtwalter/brook90r documentation built on April 6, 2020, 6:35 p.m.