geom_sigmark_interactive: Significance Markers for ggplot2

Description Usage Arguments Details Note

View source: R/geom_sigmark_interactive.R

Description

Apply significance markers onto an existing ggplot2 chart

Usage

1
2
3
geom_sigmark_interactive(tbl_sig, x = "level", y = "pos", group = NULL,
  colour = "sign", icon = "full triangle up", tooltip = NULL,
  data_id = NULL, size = 5)

Arguments

tbl_sig

A df object created from tbl_sig functions.

x

A quoted character string of the variable from the 'tbl_sig' df charted on the x-axis. Typically this is "level" or "group".

y

A quoted character string of the variable from the 'tbl_sig' df charted on the y-axis. Typically this is "pos".

group

An optional quoted character string of the variable from the 'tbl_sig' df that is grouped. If needed, it likely needs to be "group".

colour

A quoted character string of the variable from the 'tbl_sig' df that applies the subgroup colours. Typically this is "sign".

icon

A quoted character string indicating the type of icon to display to denote statistical significance.

tooltip

A quoted character string of the variable from the 'tbl_sig' df that will be displayed when the mouse hovers a sigmark object. See ggiraph for more details.

data_id

A quoted character string of the variable from the 'tbl_sig' df that will be highlighted when the user clicks on a sigmark object. See ggiraph for more details.

size

A numeric value indicating the size of the icon. Default is set to 5.

Details

This is essentially a wrapper for geom_point_interactive

Note

The icon argument accepts one of the following strings:


philstraforelli/ggsigmark documentation built on May 20, 2019, 1:59 p.m.