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
If I call compare_wvar with a single wavelet variance object, then the plot is "degenerated", see image below.
Title is default one, instead of the one specified
x-axis label is default one, instead of specified one
y-axis label is default one, instead of the specified one
Units are default ones, instead of the specified ones
Units show strange characters
Call of the function as follow: plotObj = do.call(compare_wvar, c(waveletVariances, list(split=FALSE, auto.label.wvar=FALSE, axis.x.label=xLabel, axis.y.label=yLabel, units=c(unitGyroVar, unitAccVar), title=title, legend.label=legendLables)))
Same call with two wavelte variance objects:
The text was updated successfully, but these errors were encountered:
If I call compare_wvar with a single wavelet variance object, then the plot is "degenerated", see image below.
Call of the function as follow:
plotObj = do.call(compare_wvar, c(waveletVariances, list(split=FALSE, auto.label.wvar=FALSE, axis.x.label=xLabel, axis.y.label=yLabel, units=c(unitGyroVar, unitAccVar), title=title, legend.label=legendLables)))
Same call with two wavelte variance objects:
The text was updated successfully, but these errors were encountered: