panel.lmSmooth | R Documentation |
Correlation panel
panel.lmSmooth(
x,
y,
col = par("col"),
bg = NA,
pch = par("pch"),
cex = 0.8,
method = "spearman",
use = "complete",
...
)
x |
A numeric vector |
y |
A numeric vector, must be of the same length as |
col |
Color |
bg |
Background |
pch |
Ponit symbol |
cex |
Font size |
method |
Correlation method, passed to |
use |
passed to |
... |
Passed to This function can be used with |
pairs
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.