print,Gwex-method {GWEX} | R Documentation |
print-methods: Create a method to print Gwex objects.
Description
print-methods: Create a method to print Gwex objects.
Usage
## S4 method for signature 'Gwex'
print(x)
## S4 method for signature 'GwexObs'
print(x)
## S4 method for signature 'GwexFit'
print(x)
## S4 method for signature 'GwexSim'
print(x)
Arguments
x |
|
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)
# print GwexObs object
myObsTemp
[Package GWEX version 1.1.3 Index]