geom_paired_column: Custom ggplot2 geom that creates a Paried scatter column...

View source: R/plotting.R

geom_paired_columnR Documentation

Custom ggplot2 geom that creates a Paried scatter column plot. Good to use in paired analyses.

Description

Custom ggplot2 geom that creates a Paried scatter column plot. Good to use in paired analyses.

Usage

geom_paired_column(paired_variable, scale = 1, color = "#2b8cbe")

Arguments

paired_variable

str | Column to group on

scale

int | Size scale of coloumn

color

str | Color code

Examples

paired_variable = "participant_id", color = theme$color, scale = theme$scale

AndersAskeland/chewr documentation built on Sept. 20, 2023, 10:40 a.m.