powered by
Plot text for a plot.
ggally_text(label, mapping = ggplot2::aes(color = "black"), xP = 0.5, yP = 0.5, xrange = c(0, 1), yrange = c(0, 1), ...)
text that you want to appear
aesthetics that don't relate to position (such as color)
horizontal position percentage
vertical position percentage
range of the data around it. Only nice to have if plotting in a matrix
other arguments for geom_text
# NOT RUN { ggally_text("Example 1") ggally_text("Example\nTwo", mapping = ggplot2::aes(size = 15), color = I("red")) # }
Run the code above in your browser using DataLab