geom_paired_column | R Documentation |
Custom ggplot2 geom that creates a Paried scatter column plot. Good to use in paired analyses.
geom_paired_column(paired_variable, scale = 1, color = "#2b8cbe")
paired_variable |
str | Column to group on |
scale |
int | Size scale of coloumn |
color |
str | Color code |
paired_variable = "participant_id", color = theme$color, scale = theme$scale
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.