We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
I would like to create a plot using lattice with your addin.
xyplot(yy~xx,data=mydata)
xx is a numeric variable. yy is a categoric variable, coded as a factor, with values such as low, medium, high.
I've tried to use "Lattice scatter plot" to create the plot but I'm unable to select the yy variable, I guess the reason is it's a categoric variable.
Could add that option too, plase?
The text was updated successfully, but these errors were encountered:
I think that you are thinking of lattice's stripchart() function, as in:
stripchart()
stripchart(Sepal.Length~ Species, data = iris, vertical = TRUE, pch = 19)
Would not the boxplot addin serve your purpose at least as well?
Sorry, something went wrong.
No branches or pull requests
Hello
I would like to create a plot using lattice with your addin.
xyplot(yy~xx,data=mydata)
xx is a numeric variable.
yy is a categoric variable, coded as a factor, with values such as low, medium, high.
I've tried to use "Lattice scatter plot" to create the plot but I'm unable to select the yy variable, I guess the reason is it's a categoric variable.
Could add that option too, plase?
The text was updated successfully, but these errors were encountered: