Closed brasmus closed 8 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
Fixed.
Test
Error in x[length(x):1L] : object of type 'closure' is not subsettable