Description Usage Arguments Format See Also Examples
Compute running quantities, e.g. sums, averages.
1 |
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
stat |
The statistical transformation to use on the data for this layer, as a string. |
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 |
An object of class StatRun
(inherits from Stat
, ggproto
, gg
) of length 6.
1 2 | set.seed(101)
wip
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.