cor_ic {AgroR} | R Documentation |
Graph: Plot Pearson correlation with interval of confidence
Description
Plot Pearson correlation with interval of confidence
Usage
cor_ic(
data,
background = TRUE,
axis.size = 12,
ylab = "",
xlab = "Correlation (r)",
theme = theme_classic()
)
Arguments
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()) |
Value
The function returns a new graphical approach to correlation.
Author(s)
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
Examples
data("pomegranate")
cor_ic(pomegranate[,-1])
[Package AgroR version 1.3.6 Index]