swSWC_hist-class: Class '"swSWC_hist"'

swSWC_hist-classR Documentation

Class "swSWC_hist"

Description

The methods listed below work on this class and the proper slot of the class swInputData.

Usage

swSWC_hist(...)

## S4 method for signature 'swSWC_hist,character'
swReadLines(object, file)

Arguments

...

Arguments to the helper constructor function. Dots can either contain objects to copy into slots of that class (must be named identical to the corresponding slot) or be one object of that class (in which case it will be copied and any missing slots will take their default values). If dots are missing, then corresponding values of rSOILWAT2::sw_exampleData (i.e., the SOILWAT2 "testing" defaults) are copied.

object

An object of class swSWC_hist.

file

A character string. The file name from which to read.

Slots

year

An integer value. The calendar year of the SWC data object.

data

A 365 x 4 or 366 x 4 matrix representing daily SWC data for one calendar year with columns doy, lyr, swc, st_err.


DrylandEcology/rSOILWAT2 documentation built on Jan. 12, 2024, 9:06 p.m.