Description Usage Arguments Examples
Excursion plots. Shortcut to a stat_run
with x
and y
aesthetics and a path
geom
1 2 3 4 5 | geom_excursion(mapping = NULL, data = NULL, position = "identity",
na.rm = FALSE, show.legend = NA, inherit.aes = TRUE,
stadium_ids = NULL, run_length = 1, run_fill_value = NULL,
run_fill_step = 1, run_fun = base::cumsum, x_run_fill_value = NULL,
x_run_fun = NULL, y_run_fill_value = NULL, y_run_fun = NULL, ...)
|
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
position |
Position adjustment, either as a string, or the result of a call to a position adjustment function. |
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
run_length |
The number of epochs to average over |
run_fill_value |
Fill missing epochs with this value |
run_fill_step |
Fill in the |
run_fun |
The running function. Defaults to |
x_run_fill_value |
x-specific fill value. Defaults to |
x_run_fun |
x-specific running function. Defaults to |
y_run_fill_value |
y-specific fill value. Defaults to |
y_run_fun |
y-specific running function. Defaults to |
1 2 | set.seed(101)
wip
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.