eyeDist: Eyeball the distributions

View source: R/eyeDist.R

eyeDistR Documentation

Eyeball the distributions

Description

Accepts numeric and factored categorical variables and produces histograms or bar plots that can be cycled through using '>' or '<'. Returns a listing of any columns that are of interest. Columns are added to this list by pressing 's'.

Usage

eyeDist(eData, brks = "Sturges")

Arguments

eData

A data frame that includes at least one numeric or factored column.

brks

Optional number of histogram breaks. Will default if empty.

Value

Returns a listing of columns for which 's' was pressed during viewing.


zshipstead/eyeBall documentation built on April 26, 2022, 5:44 a.m.