swYears-class: Class '"swYears"'

swYears-classR Documentation

Class "swYears"

Description

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

Usage

swYears(...)

## S4 method for signature 'swYears'
swYears_StartYear(object)

## S4 method for signature 'swYears'
swYears_EndYear(object)

## S4 method for signature 'swYears'
swYears_FDOFY(object)

## S4 method for signature 'swYears'
swYears_EDOEY(object)

## S4 method for signature 'swYears'
swYears_isNorth(object)

## S4 replacement method for signature 'swYears'
swYears_StartYear(object) <- value

## S4 replacement method for signature 'swYears'
swYears_EndYear(object) <- value

## S4 replacement method for signature 'swYears'
swYears_FDOFY(object) <- value

## S4 replacement method for signature 'swYears'
swYears_EDOEY(object) <- value

## S4 replacement method for signature 'swYears'
swYears_isNorth(object) <- value

## S4 method for signature 'swYears,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 swYears.

value

A value to assign to a specific slot of the object.

file

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

See Also

swInputData swFiles swWeather swCloud swMarkov swProd swSite swSoils swEstab swOUT swSWC swLog

Examples

showClass("swYears")
x <- new("swYears")
x <- swYears()


Burke-Lauenroth-Lab/rSOILWAT2 documentation built on Dec. 9, 2023, 1:46 a.m.