Open fquinto16 opened 2 years 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")
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")