View source: R/general.purpuse.utilities.R
barplotWithText | R Documentation |
Barplot wrapper
barplotWithText(
x,
t = x,
adj = c(0.5, 1.1),
srt = 0,
text.y = x,
ylim = c(0, max(x)),
...
)
x |
heights of bars |
t |
text to be plotted ( |
adj |
relative text position (see |
srt |
text rotation (see |
text.y |
text position ( |
ylim |
ylim |
... |
other barplot options |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.