Learn R Programming

SoilR (version 1.2.107)

ScalarTimeMap,data.frame,missing,missing,missing,missing-method: constructor for data given as 2 column data.frame

Description

constructor for data given as 2 column data.frame

Usage

# S4 method for data.frame,missing,missing,missing,missing
ScalarTimeMap(map, lag = 0, interpolation = splinefun)

Arguments

map

In this case a data.frame. Only the first two columns will be used

lag

a (scalar) delay

interpolation

the interpolation, usually splinefun or approxfun