Description Usage Arguments Value Author(s) Examples
View source: R/coric_function.R
Plot Pearson correlation with interval of confidence
1 2 3 4 5 6 7 8 |
data |
data.frame with responses |
background |
background fill (default is TRUE) |
axis.size |
Axes font size (default is 12) |
ylab |
Variable response name (Accepts the expression() function) |
xlab |
Treatments name (Accepts the expression() function) |
theme |
ggplot theme (default is theme_classic()) |
The function returns a new graphical approach to correlation.
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
1 2 | data("pomegranate")
cor_ic(pomegranate[,-1])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.