cplot | R Documentation |
This function is a thin wrapper around corrplot
cplot(
mat,
tl.pos = "n",
cl.pos = "n",
method = "square",
addgrid.col = NA,
...
)
mat |
<matrix> or <list<matrix>> the matrix or list of matrices to be displayed. |
tl.pos |
<string> text label position, see corrplot::corrplot() |
cl.pos |
<string> color label position, see corrplot::corrplot() |
method |
<string> drawing method, see corrplot::corrplot() |
addgrid.col |
<string> grid colour see corrplot::corrplot() |
... |
other arguments passed to corrplot::corrplot() |
corrplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.