seedata: A quick look at quantitative data

View source: R/seewave.r

seedataR Documentation

A quick look at quantitative data

Description

See quantitative data at a glance

Usage

seedata(data, na.rm = FALSE, col = "grey")

Arguments

data

a numeric vector describing quantitative data.

na.rm

logical, if TRUE removes NA.

col

main color.

Details

The red curves depict the corresponding Normal law (same mean and sd as data).

Value

A multi-plot graphic is returned.

Author(s)

Caroline Simonis csimonis@mnhn.fr and Jerome Sueur sueur@mnhn.fr.

Examples

seedata(rnorm(1000))

seewave documentation built on Oct. 19, 2023, 5:07 p.m.

Related to seedata in seewave...