restaurant: Restaurant bill for man and woman

Description Usage Format References Examples

Description

Total bill at different time

Usage

1

Format

A data frame with 4 observations on the following 3 variables.

sex

a factor with levels Female Male

time

a factor with levels Lunch Dinner

total_bill

a numeric vector

References

http://www.sthda.com

Examples

1
2
data(restaurant)
ggplot2.barplot(data=restaurant, xName="sex", yName='total_bill', width=0.5)

YTLogos/easyGgplot2 documentation built on May 3, 2019, 9:03 p.m.