Description Usage Arguments Value Examples
View source: R/plotting-functions.R
A wrapper function for a simrel object
1 2 3 4 5 6 7 8 9 10 11 12 |
obj |
A simrel object |
ncomp |
Number of components to show in x-axis |
which |
An integer specifying which simrel plot to obtain |
layout |
A layout matrix for arranging the simrel plots |
print.cov |
A boolean where to print covariance matrices |
use_population |
A boolean specifying weather to get plot for population or sample |
palette |
Name of color paletter compaticable with RColorBrewer |
base_theme |
Base ggplot theme to apply |
lab_list |
List of labs arguments such as x, y, title, subtitle. A nested list if the argument which has length greater than 1. |
theme_list |
List of theme arguments to apply in the plot. A nested list if the argument which has length greater than 1. |
Simrel Plot(s)
1 2 | sobj <- bisimrel(p = 12)
plot_simrel(sobj, layout = matrix(1:4, 2, 2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.