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
When there are multiple random effects, the list of plots is returned, but this has the undesirable side effect of returning [[1]][[2]] to the console. An explicit loop over the plots should fix this, as well as allow to attach the name as a title.
The text was updated successfully, but these errors were encountered:
When there are multiple random effects, the list of plots is returned, but this has the undesirable side effect of returning
[[1]]
[[2]]
to the console. An explicit loop over the plots should fix this, as well as allow to attach the name as a title.The text was updated successfully, but these errors were encountered: