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
I want to control the color of the text that's printed above the intervals (graying out many intervals and highlighting others).
Implementation should be as simple as exposing an argument in plot.Intervals_full or by passing ... to the text call here:
plot.Intervals_full
...
text( mids, y, rownames( x ), pos = 3, offset = .5, cex = names_cex, xpd = NA )
The text was updated successfully, but these errors were encountered:
Closes edzer#3
bcf50d9
Actually ... won't work since `col` is already a named argument. Need to update manual page as well
Successfully merging a pull request may close this issue.
I want to control the color of the text that's printed above the intervals (graying out many intervals and highlighting others).
Implementation should be as simple as exposing an argument in
plot.Intervals_full
or by passing...
to the text call here:The text was updated successfully, but these errors were encountered: