cor_ic.Rd
Plot Pearson correlation with interval of confidence
cor_ic(
data,
background = TRUE,
axis.size = 12,
ylab = "",
xlab = "Correlation (r)",
theme = theme_classic()
)
data.frame with responses
background fill (default is TRUE)
Axes font size (default is 12)
Variable response name (Accepts the expression() function)
Treatments name (Accepts the expression() function)
ggplot theme (default is theme_classic())
The function returns a new graphical approach to correlation.
data("pomegranate")
cor_ic(pomegranate[,-1])