jrowen / rhandsontable

A htmlwidgets implementation of Handsontable.js
http://jrowen.github.io/rhandsontable/
Other
383 stars 148 forks source link

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 1 year ago

fquinto16 commented 1 year ago

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