pairs_lower_plot | R Documentation |
Default plots for lower triangle
pairs_lower_plot(p)
p |
a |
the function should take one argument (a gg
object')
modify that object to render the data; this is typically using
ggplot2::geom_point()
add aesthetics or layers as you would for any ggplot
workflow
A gg
object, modified
data <- pmplots_data_id()
p <- ggplot(data = data, aes(WT, BMI))
p
pmplots:::pairs_lower_plot(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.