scplot_rand {scplot} | R Documentation |
Random start position plot Plot of statistics for random phase B start positions
Description
Random start position plot Plot of statistics for random phase B start positions
Usage
scplot_rand(
scdf,
statistic = "Mean B-A",
x_label = "Start phase B",
color_label = "Compared to\nobserved",
colors = c(Above = "coral3", Below = "aquamarine4", Observed = "#56B4E9", Equal =
"black"),
...
)
Arguments
scdf |
A single-case data frame object. |
statistic |
A string with a the name of a statistic.
Defaults to |
x_label |
Character string with the x label. |
color_label |
Character string with the color label. |
colors |
Named vector with color codes. |
... |
further arguments passted to the scan |
Examples
scplot_rand(scan::byHeart2011[1:5])
[Package scplot version 0.6.0 Index]