Description Usage Arguments Value Examples
View source: R/confidenceIntervalPlots.R
plot.IS.meansCI
1 2 3 4 5 6 7 8 | plot_IS_meansCI(
x,
y,
labelA = "A",
labelB = "B",
title = "Dependent Variable",
range = c(1, 0)
)
|
x |
vector of sample a |
y |
vector of sample b |
labelA |
label for variable a |
labelB |
label for variable b |
title |
Title for the plot |
range |
Adjust the range of the plot |
plots
1 | plot_IS_meansCI(c(1, 2, 3), c(3, 4, 5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.