Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plant_linear

Interpolate plant properties using the 'linear' method.


Description

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

Usage

plant_linear(doys, values, maxdoy)

Arguments

doys

Integer vector of dates (days of year).

values

Numeric vector of values.

maxdoy

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

Value

A numeric vector of length maxdoy.

Examples

doys <- c(110,200,250,280)
values <-  c(0,0.8,1,0)
maxdoy <- 365
plot(plant_linear(doys = doys, values = values, maxdoy = 365))

LWFBrook90R

Simulate Evapotranspiration and Soil Moisture with the SVAT Model LWF-Brook90

v0.4.4
GPL-3
Authors
Paul Schmidt-Walter [aut, cre] (<https://orcid.org/0000-0003-2699-0893>), Volodymyr Trotsiuk [aut] (<https://orcid.org/0000-0002-8363-656X>), Klaus Hammel [aut], Martin Kennel [aut], Anthony Federer [aut], Robert Nuske [ctb] (<https://orcid.org/0000-0001-9773-2061>), Bavarian State Institute of Forestry (LWF) [cph, fnd], Northwest German Forest Research Institute (NW-FVA) [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.