show,Gwex-method {GWEX}R 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

[Package GWEX version 1.1.3 Index]