plotdf: Plot Data Frame

View source: R/plotdf.R

plotdfR Documentation

Plot Data Frame

Description

Plots each variable of a data frame.

Usage

plotdf(df, ...)

Arguments

df

A data frame.

...

Other parameters to par(...).

Value

A data frame with summary statistics for each variable in the data frame, number entered, number missing, number unique, minimum, mean, maximum, and the ratio of the maximum over the non-zero minimum.

See Also

par.

Examples

plotdf(mtcars)

JVAdams/GLFC documentation built on Jan. 5, 2023, 12:59 a.m.