data(examplegridtopography)
data(exampleinterpolationdata)
#Creates spatial topography points from the grid
p = 1:2
spt = as(examplegridtopography, "SpatialPointsTopography")[p]
#Interpolation of two points for the whole time period (2000-2003)
mp = interpolationpoints(exampleinterpolationdata, spt)
#Plot interpolated meteorological series
meteoplot(mp,1, ylab="Mean temperature")
#Generate a stochastic series using interpolated data as template
y = weathergeneration(mp)
#Plot generated meteorological series
meteoplot(y,1, ylab="Mean temperature")
Run the code above in your browser using DataLab