ds2station {clim.pact} | R Documentation |
Convert 'ds' object to 'station' object so that downscaled scenarios can be handled like station series.
ds2station(x,what="scenario")
x |
a 'ds' object (see DS ). |
what |
either 'scenario' or 'calibration' |
a station object
R.E. Benestad
data(eof.c) data(oslo.t2m) ds <- DS(preds=eof.c, oslo.t2m,plot=FALSE) oslo.dm <- ds2station(ds) plotStation(oslo.dm)