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
Sometimes we don't want the zoom window when plotting the PPr or LLik traces. The default is 'zoom = NULL' and then creates one from last 10%. If you set zoom = NA it won't create the window but it will throw an error.
Proposed fix: Have code suppress window if zoom = NA but without throwing an error.
The text was updated successfully, but these errors were encountered:
Sometimes we don't want the zoom window when plotting the PPr or LLik traces. The default is 'zoom = NULL' and then creates one from last 10%. If you set
zoom = NA
it won't create the window but it will throw an error.Proposed fix: Have code suppress window if
zoom = NA
but without throwing an error.The text was updated successfully, but these errors were encountered: