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
Would it be possible to change compare_wvar in such a way that first input argument is a list of wvar objects?
For example, instead of compare_wvar(waveletVariances[[1]], waveletVariances[[2]], waveletVariances[[3]])
one could simply write compare_wvar(waveletVariances)
The text was updated successfully, but these errors were encountered:
Seems that with do.call the same can be achieved, e.g. plotObj = do.call(compare_models, c(estimModels[,m], list(title=title, facet.label=measLabels, axis.x.label=xLabel, axis.y.label=yLabel)))
However, would prefer a straight-forward interface.
Would it be possible to change compare_wvar in such a way that first input argument is a list of wvar objects?
For example, instead of
compare_wvar(waveletVariances[[1]], waveletVariances[[2]], waveletVariances[[3]])
one could simply write
compare_wvar(waveletVariances)
The text was updated successfully, but these errors were encountered: