Description Usage Arguments Value
View source: R/pairwise_scatterplot.R
Plot pairwise scatterplots
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
data |
Data frame to plot |
x |
Columns to use for x-axis |
y |
Columns to use for y-axis |
color |
Column for color |
shape |
Column for shape |
alpha |
Numeric value between 0 and 1 for alpha |
facet_rows |
Columns to facet on |
facet_columns |
Columns to facet on |
facet_type |
Either "wrap" or "grid", same as ggplot |
... |
params passed into either facet_wrap or facet_grid, depending on facet_type parameter |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.