Learn R Programming

GWEX (version 1.0.2)

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

Description

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

Usage

# S4 method for Gwex
show(object)

# S4 method for GwexObs show(object)

# S4 method for GwexFit show(object)

# S4 method for GwexSim show(object)

Arguments

object

'>Gwex object

Examples

Run this code
# NOT RUN {
# 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

# show GwexFit object
myParPrecGWEX 
# }

Run the code above in your browser using DataLab