slope_box: plot steepness as function of unknown relationships

View source: R/slope_box.R

slope_boxR Documentation

plot steepness as function of unknown relationships

Description

plot steepness as function of unknown relationships

Usage

slope_box(pdata, empirical = NULL, hinges = c(0.05, 0.95), ylims = c(-1.5, 1))

Arguments

pdata

data("removal_slopes")

empirical

logical, should empirical data be plotted (if TRUE), or artificial data (if FALSE). Default is NULL, which combines both sets.

hinges

numeric of length 2, determines the quantiles of the boxplot. Default is c(0.05, 0.95).

ylims

numeric of length 2, determines the y-limits.

Value

a plot, and invisibly the numeric data.

Examples

data("removal_slopes")
x <- slope_box(removal_slopes, empirical = TRUE)

gobbios/EloSteepness.data documentation built on Oct. 18, 2022, 11:19 p.m.