metno / esd

An R-package designed for climate and weather data analysis, empirical-statistical downscaling, and visualisation.
87 stars 30 forks source link

CCA #111

Closed brasmus closed 8 years ago

brasmus commented 9 years ago

Test

olr <- retrieve('~/Desktop/olr.mon.mean.nc')
olr <- anomaly(olr)
eof.olr <- EOF(olr)
pre <- retrieve('~/Desktop/precip.mon.anom.nc')
pre <- anomaly(pre)
eof.pre <- EOF(pre)
cca <- CCA(eof.pre,eof.olr)
plot(cca)

Error in x[length(x):1L] : object of type 'closure' is not subsettable

brasmus commented 8 years ago

Fixed.