View source: R/plotComposite.R
plot composite signal
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | plotComposite(
my_sample_mats,
my_sub_range = 1:400,
ylims = c(1, 5),
my_binning = 10,
my_colors_composite,
my_title = "",
yaxt = "s",
site_label = 0,
add_line = FALSE,
line_lwd = 2,
smoother = 11,
log_scale = FALSE,
min_max_scale = FALSE,
add_range = c(NULL, "SD", "SEM", "CI", "IQR"),
add_axis = TRUE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.