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
Error in do.call(rbind, x$quantifications) : second argument must be a list Calls: <Anonymous> ... eval_with_user_handlers -> eval -> eval -> plot -> plot.homals -> do.call Execution halted
#414
Open
fquinto16 opened this issue
Oct 9, 2022
· 0 comments
I want to knitr Rmarkdown to html , but I got the same error in the those line:
plot(h, plot.type = "objplot",var.subset=c(1,2,3))
plot(h, plot.dim=c(1,2),plot.type = "jointplot",var.subset=c(1,2,3))
plot(h, plot.type = "labplot", var.subset = c(1,2,3), main = "Labelplot Rater 2")
I want to graph this object type homals
h <- homals::homals(new.turismo,ndim = 2,level = "nominal")
The text was updated successfully, but these errors were encountered: