slope_box | R Documentation |
plot steepness as function of unknown relationships
slope_box(pdata, empirical = NULL, hinges = c(0.05, 0.95), ylims = c(-1.5, 1))
pdata |
|
empirical |
logical, should empirical data be plotted (if |
hinges |
numeric of length 2, determines the quantiles of the boxplot.
Default is |
ylims |
numeric of length 2, determines the y-limits. |
a plot, and invisibly the numeric data.
data("removal_slopes") x <- slope_box(removal_slopes, empirical = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.