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
In dotplot(), it seems like the vertical lines can't be adjusted. It'd be nice to also be able to remove the x-axis labels.
dotplot()
The text was updated successfully, but these errors were encountered:
To remove y-axis labels, you can use yat=NA. But for x-axis labels, the trick is to make group a factor with levels like " " and " ".
yat=NA
" "
Sorry, something went wrong.
Enable control of vertical lines in dotplot()
0076aa3
- Can now use vlines.col and vlines.lwd to control the vertical lines in dotplot() - Fixes Issue #7
No branches or pull requests
In
dotplot()
, it seems like the vertical lines can't be adjusted. It'd be nice to also be able to remove the x-axis labels.The text was updated successfully, but these errors were encountered: