hist.td.data.frame: Histograms

Description Usage Arguments Details Value Examples

View source: R/hist.td.data.frame.R

Description

Function to describe a td data frame via plots.

Usage

1
2
## S3 method for class 'td.data.frame'
hist(x, breaks = 10, ...)

Arguments

x

td data frame.

breaks

number of groups to break each column up into.

...

forward information to plots.

Details

This function builds a histogram for each numeric column in the td data frame. A frequency graph is produced for non numeric columns. The max amount of graphs is limited to 16 so if you have more columns you can run the command on different ranges to see all the plots.

Value

Visual graph of the histogram plots.

Examples

1
2
3
4
## Not run: 
hist(tdf) #tdf is a td data frame

## End(Not run)

nonsleepr/teradataR documentation built on May 23, 2019, 9:32 p.m.