plot.histogram: Histogram of a factor feature in a df

Description Usage Arguments Value Author(s) Examples

Description

Plots a basic histogram for a factor feature in a given df

Usage

1
2
## S3 method for class 'histogram'
plot(df, feature)

Arguments

df

A data frame. Factor columns will be considered.

factor.v

Factor feature

Value

Histogram of the feature

Author(s)

Eva Szin Takacs, szin.takacs.eva@gmail.com

Examples

1
plot.histogram(weather, "Weather")

szintakacseva/mlhelper documentation built on June 4, 2019, 6:22 p.m.