Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@fquinto16
Copy link

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")

@fquinto16 fquinto16 reopened this Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant