dplot: Density Plot

View source: R/dplot.R

dplotR Documentation

Density Plot

Description

Draw vertical density plots by factor.

Usage

dplot(..., name = TRUE, quantiles = 0.5, plot.mean = FALSE, main = "",
  xlab = "", ylab = "", ylim, las = 1)

Arguments

...

a list of values, typically from split(x,factor).

name

whether factor names should be displayed on x axis.

quantiles

a vector of quantiles where lines should be drawn.

plot.mean

whether a thick line should be drawn at each mean.

main

passed to plot.

xlab

passed to plot.

ylab

passed to plot.

ylim

passed to plot.

las

passed to plot and axis.

Value

Vector containing subplot baselines on the x axis.

Author(s)

Alistair Dunn, with minor changes by Arni Magnusson.


arnima-github/arni documentation built on Oct. 28, 2023, 6:18 p.m.