plot_design | R Documentation |
Plot design matrix
Plot design with lineplot
Plot design with imageplot
plot_design(design, method = c("lineplot", "imageplot"), ...)
plot_design_line(
design,
colors = "Set1",
linetype = "solid",
linewidth = 0.7,
alpha = 0.8
)
plot_design_image(design)
design |
The timepoints by fields design matrix or data.frame. |
method |
|
... |
Additional arguments to |
colors |
The name of a ColorBrewer palette (see
RColorBrewer::brewer.pal.info and colorbrewer2.org), the name of a
viridisLite palette, or a character vector of colors. Default:
|
linetype , linewidth , alpha |
Parameters for |
A ggplot
A ggplot
A ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.