Learn R Programming

seewave (version 2.2.3)

seedata: A quick look at quantitative data

Description

See quantitative data at a glance

Usage

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

Value

A multi-plot graphic is returned.

Arguments

data

a numeric vector describing quantitative data.

na.rm

logical, if TRUE removes NA.

col

main color.

Author

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

Details

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

Examples

Run this code
seedata(rnorm(1000))

Run the code above in your browser using DataLab