sparkline.electrophoresis | R Documentation |
This function is a shortcut that calls qplot.electrophoresis
with customized settings to generate sparklines.
sparkline.electrophoresis(
...,
facets = sample.index ~ .,
scales = "free_y",
geom = "line",
show.peaks = "none"
)
... |
Arguments passed to |
facets |
Passed to |
scales, geom, show.peaks |
Passed to |
In addition to the hardcoded default arguments for qplot.electrophoresis
, the following settings are added with theme
:
axis.text.y = element_blank(), axis.ticks.y = element_blank(), panel.grid = element_blank(), panel.background = element_blank(), strip.background = element_blank(), strip.text.y = element_text(angle = 0, hjust = 0)
Tufte, Edward R. (1983) The Visual Display of Quantitative Information. Cheshire, Conn.: Graphics Press.
qplot.electrophoresis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.