show-methods: show-methods: Create a method to show Gwex objects.

show,Gwex-methodR Documentation

show-methods: Create a method to show Gwex objects.

Description

show-methods: Create a method to show Gwex objects.

Usage

## S4 method for signature 'Gwex'
show(object)

## S4 method for signature 'GwexObs'
show(object)

## S4 method for signature 'GwexFit'
show(object)

## S4 method for signature 'GwexSim'
show(object)

Arguments

object

Gwex object

Examples

# Format dates corresponding to daily observations of precipitation and temperature
vecDates = seq(from=as.Date("01/01/2005",format="%d/%m/%Y"),
to=as.Date("31/12/2014",format="%d/%m/%Y"),by='day')

# build GwexObs object with temperature data
myObsTemp = GwexObs(variable='Temp',date=vecDates,obs=dailyTemperGWEX)

# show GwexObs object
myObsTemp

GWEX documentation built on Nov. 8, 2023, 5:06 p.m.