median_iqr: Calculate Median And IQR

Description Usage Arguments Value See Also Examples

Description

For use with stat_summary

Usage

1
median_iqr(x, type = 2)

Arguments

x

Numeric vector

type

Integer: an integer between 1 and 9. See type in quantile

Value

A data frame with columns y, ymin, and ymax

See Also

mean_se

Examples

1
median_iqr(c(NA, 1:100))

statech/CommonPlots documentation built on May 6, 2019, 1:32 a.m.