environmentalinformatics-marburg / remote

empirical orthogonal teleconnections in R
GNU General Public License v3.0
1 stars 4 forks source link

readEot() not yet compatible with remote::plot() #5

Open fdetsch opened 8 years ago

fdetsch commented 8 years ago

Newly available function readEot() (as of 69450440ee0f395678d22a798e8f97650dc10909) is not yet fully compatible with remote's plot() method. More precisely, the time series of a particular re-imported mode cannot be visualized since its associated values are missing.

The problem could easily be overcome by writing an additional file to disk during eot(..., write.out = TRUE) (or writeEot(...)) containing the required time series values, which may then be re-imported by readEot().

tim-salabim commented 8 years ago

sounds like a good idea!