View source: R/fcn_miscGGplot.R
pointsPutX | R Documentation |
#' Usage: ggplot(...) + geom_X(...) + pointsPutX(...)
pointsPutX(x_range, x_section, y, col = NA)
x_range |
[min,max] valid range of x-values |
x_section |
[min,max] fraction in which to distribute the values (in [0,1] for min,max, e.g. c(0.03,0.08) for 3-8%) |
y |
Y-values |
col |
Colour of the points (used as argument to aes(colour=)) |
ggplot object with new geom_point
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.