You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newly available function readEot() (as of 6945044) 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().
The text was updated successfully, but these errors were encountered:
Newly available function
readEot()
(as of 6945044) is not yet fully compatible with remote'splot()
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)
(orwriteEot(...)
) containing the required time series values, which may then be re-imported byreadEot()
.The text was updated successfully, but these errors were encountered: