Description Usage Arguments Examples
print-methods: Create a method to print Gwex objects.
1 2 3 4 5 6 7 8 9 10 11 |
x |
|
1 2 3 4 5 6 7 8 9 10 11 12 | # 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
# print GwexFit object
myParPrecGWEX
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.