| JitterPlot | R Documentation |
Draws a jittered point plot showing the distribution of numeric y-values across a discrete x-axis. Each data point is rendered with random jitter along the x-axis (and optionally the y-axis) to reduce overplotting, making it easy to visualise data density, spread, and outliers within each category.
The function supports x-axis reordering by y-value summaries
(mean or median), group dodging via group_by to compare
subgroups side-by-side, point labelling with automatic top-n
selection using a configurable distance metric (default: radial distance
y^2 + size^2), point highlighting for emphasis, optional
horizontal reference lines, and wide-format input via
in_form. Colour control, faceting, and splitting into separate
sub-plots via split_by are supported.
JitterPlot(
data,
x,
x_sep = "_",
y = NULL,
in_form = c("long", "wide"),
split_by = NULL,
split_by_sep = "_",
keep_na = FALSE,
keep_empty = FALSE,
sort_x = c("none", "mean_asc", "mean_desc", "mean", "median_asc", "median_desc",
"median"),
flip = FALSE,
group_by = NULL,
group_by_sep = "_",
group_name = NULL,
x_text_angle = 0,
order_by = "-({y}^2 + {size_by}^2)",
theme = "theme_this",
theme_args = list(),
palette = "Paired",
palcolor = NULL,
palreverse = FALSE,
alpha = 1,
aspect.ratio = NULL,
legend.position = "right",
legend.direction = "vertical",
shape = 21,
border = "black",
size_by = 2,
size_name = NULL,
size_trans = NULL,
y_nbreaks = 4,
jitter_width = 0.5,
jitter_height = 0,
y_max = NULL,
y_min = NULL,
y_trans = "identity",
add_bg = FALSE,
bg_palette = "stripe",
bg_palcolor = NULL,
bg_alpha = 0.2,
add_hline = NULL,
hline_type = "solid",
hline_width = 0.5,
hline_color = "black",
hline_alpha = 1,
labels = NULL,
label_by = NULL,
nlabel = 5,
label_size = 3,
label_fg = "black",
label_bg = "white",
label_bg_r = 0.1,
highlight = NULL,
highlight_color = "red2",
highlight_size = 1,
highlight_alpha = 1,
facet_by = NULL,
facet_scales = "fixed",
facet_ncol = NULL,
facet_nrow = NULL,
facet_byrow = TRUE,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
seed = 8525,
combine = TRUE,
nrow = NULL,
ncol = NULL,
byrow = TRUE,
axes = NULL,
axis_titles = axes,
guides = NULL,
design = NULL,
...
)
data |
A data frame. |
x |
A character string specifying the column name for the x-axis.
Must be character or factor. Multiple columns can be provided; they are
concatenated with |
x_sep |
A character string used to join multiple |
y |
A character string specifying the numeric column for the y-axis.
Required when |
in_form |
A character string specifying the input data format. Either
|
split_by |
The column(s) to split the data by and produce separate
sub-plots. Multiple columns are concatenated with |
split_by_sep |
A character string to separate concatenated
|
keep_na |
A logical value or a character to replace the NA values in the data.
It can also take a named list to specify different behavior for different columns.
If TRUE or NA, NA values will be replaced with NA.
If FALSE, NA values will be removed from the data before plotting.
If a character string is provided, NA values will be replaced with the provided string.
If a named vector/list is provided, the names should be the column names to apply the behavior to,
and the values should be one of TRUE, FALSE, or a character string.
Without a named vector/list, the behavior applies to categorical/character columns used on the plot,
for example, the |
keep_empty |
One of FALSE, TRUE and "level". It can also take a named list to specify
different behavior for different columns. Without a named list, the behavior applies to the
categorical/character columns used on the plot, for example, the
|
sort_x |
A character string controlling x-axis level reordering by
y-value summaries. One of |
flip |
A logical value. When |
group_by |
A character vector of column names for dodging the points.
Each unique combination becomes a separate dodge group and the points are
offset horizontally via |
group_by_sep |
A character string used to join multiple
|
group_name |
A character string for the dodge-group legend title.
When |
x_text_angle |
A numeric value specifying the angle of the x-axis text. |
order_by |
A string expression passed to |
theme |
A character string or a theme class (i.e. ggplot2::theme_classic) specifying the theme to use. Default is "theme_this". |
theme_args |
A list of arguments to pass to the theme function. |
palette |
A character string specifying the palette to use.
A named list or vector can be used to specify the palettes for different |
palcolor |
A character string specifying the color to use in the palette.
A named list can be used to specify the colors for different |
palreverse |
A logical value indicating whether to reverse the palette. Default is FALSE. |
alpha |
A numeric value in |
aspect.ratio |
A numeric value specifying the aspect ratio of the plot. |
legend.position |
A character string specifying the position of the legend.
if |
legend.direction |
A character string specifying the direction of the legend. |
shape |
A numeric value specifying the point shape (ggplot2 point
shape codes). Shapes 21–25 are filled shapes with borders; for these
shapes the border behaviour is controlled by |
border |
Controls the border of points when the shape has a border
(21–25). If |
size_by |
A numeric column name or a single numeric value controlling
point size. When a column name is provided, sizes are scaled using
|
size_name |
A character string for the size legend title. When
|
size_trans |
A function or a function name (as a string) to transform
the |
y_nbreaks |
A numeric value hinting at the number of break intervals
for the y-axis. Passed to |
jitter_width |
A numeric value controlling the amount of horizontal
jitter (in x-axis units). Passed to |
jitter_height |
A numeric value controlling the amount of vertical
jitter (in y-axis units). Passed to |
y_max, y_min |
Numeric values or quantile strings (e.g. |
y_trans |
A character string specifying a transformation for the
y-axis (e.g. |
add_bg |
A logical value. When |
bg_palette |
A character string specifying the palette for the
background stripe colours. Passed to |
bg_palcolor |
A character vector of colours for the background
stripes. Passed to |
bg_alpha |
A numeric value in |
add_hline |
One or more numeric values specifying y-values at which
to draw horizontal reference lines. When |
hline_type |
A character string specifying the line type for the
horizontal reference line(s). Default: |
hline_width |
A numeric value specifying the line width for the
horizontal reference line(s). Default: |
hline_color |
A character string specifying the colour for the
horizontal reference line(s). Default: |
hline_alpha |
A numeric value in |
labels |
A vector of row names or row indices specifying which points
to label. When |
label_by |
A character string naming a column whose values are used
as label text. When |
nlabel |
An integer specifying the number of points to label per
x-group when |
label_size, label_fg, label_bg, label_bg_r |
Label aesthetics for
|
highlight |
A specification of which points to highlight. Can be:
|
highlight_color |
A character string specifying the colour of
highlighted points. Default: |
highlight_size |
A numeric value specifying the size of highlighted
points. Default: |
highlight_alpha |
A numeric value in |
facet_by |
A character string specifying the column name of the data frame to facet the plot.
Otherwise, the data will be split by |
facet_scales |
Whether to scale the axes of facets. Default is "fixed"
Other options are "free", "free_x", "free_y". See |
facet_ncol |
A numeric value specifying the number of columns in the facet. When facet_by is a single column and facet_wrap is used. |
facet_nrow |
A numeric value specifying the number of rows in the facet. When facet_by is a single column and facet_wrap is used. |
facet_byrow |
A logical value indicating whether to fill the plots by row. Default is TRUE. |
title |
A character string specifying the title of the plot. A function can be used to generate the title based on the default title. This is useful when split_by is used and the title needs to be dynamic. |
subtitle |
A character string specifying the subtitle of the plot. |
xlab |
A character string specifying the x-axis label. |
ylab |
A character string specifying the y-axis label. |
seed |
A numeric seed for reproducibility. Passed to
|
combine |
Logical; when |
ncol, nrow |
Integer number of columns / rows for the combined layout
(passed to |
byrow |
Logical; fill the combined layout by row. Default
|
axes |
A character string specifying how axes should be treated
across the combined layout (passed to |
axis_titles |
A character string specifying how axis titles should be
treated across the combined layout. Defaults to |
guides |
A character string specifying how guides (legends) should be
collected across panels (passed to |
design |
A custom layout design for the combined plot (passed to
|
... |
Additional arguments. |
A ggplot object (when split_by is NULL), a
patchwork object (when split_by is provided and
combine = TRUE), or a named list of ggplot objects (when
combine = FALSE). All ggplot objects have height
and width attributes in inches.
When split_by is provided:
validate_common_args() validates the seed.
check_keep_na() and check_keep_empty()
normalise the keep_na / keep_empty arguments for all
relevant columns (x, split_by, group_by,
facet_by).
The split_by column is validated via
check_columns() with force_factor = TRUE.
Multiple split_by columns are concatenated with
split_by_sep.
If split_by is not NULL, the data frame is split
(preserving factor level order). If split_by is
NULL, the data is wrapped in a single-element list with
name "...".
Per-split palette, palcolor,
legend.position, and legend.direction are resolved
via check_palette(), check_palcolor(),
and check_legend().
JitterPlotAtomic() is called for each split. If
title is a function, it receives the split level name and
can generate dynamic titles.
Results are combined via combine_plots() (when
combine = TRUE) or returned as a named list.
set.seed(8525)
n <- 180
x <- factor(
sample(c("A", NA, LETTERS[3:5]), n, replace = TRUE),
levels = c("A", "B", "C", "D", "E")
)
group <- factor(
sample(c("G1", NA, "G3"), n, replace = TRUE),
levels = c("G1", "G2", "G3")
)
size <- rexp(n, rate = 1)
id <- paste0("pt", seq_len(n))
y <- rnorm(n, mean = ifelse(is.na(group), 0, ifelse(group == "G1", 0.5, -0.5))) +
as.numeric(ifelse(is.na(x), 0, x))/10
df <- data.frame(
x = x,
y = y,
group = group,
size = size,
id = id
)
# Basic
JitterPlot(df, x = "x", y = "y")
# Keep empty x levels and NA
JitterPlot(df, x = "x", y = "y", keep_na = TRUE, keep_empty = TRUE)
# Map size with transform; legend shows original values
JitterPlot(df, x = "x", y = "y", size_by = "size", size_name = "Abundance",
size_trans = sqrt, order_by = "-y^2")
# Dodge by group and add a horizontal line
JitterPlot(df, x = "x", y = "y", group_by = "group",
add_hline = 0, hline_type = "dashed", hline_color = "red2")
# Keep the empty levels only for color coding
# Note the G3 is not blue (which is taken by unused level G2)
JitterPlot(df, x = "x", y = "y", group_by = "group",
keep_na = TRUE, keep_empty = 'level')
# Label top points by distance (y^2 + size^2)
JitterPlot(df, x = "x", y = "y", size_by = "size", label_by = "id", nlabel = 3)
# Flip axes
JitterPlot(df, x = "x", y = "y", flip = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.