histogram_summaries: Function to perform simple barplot

Description Usage Arguments Examples

View source: R/histogram.R

Description

Function to perform simple barplot

Usage

1
histogram_summaries(data1, column, title = "", xlablabel = "")

Arguments

data1

A data frame

column

the variable that will form the x-axis

title

the title of the plot

xlablabel

the x label of the plot

sizee

the size of title

angle

the of lables

Examples

1
boxplot(df = diamonds, variable = price )

stevenndungu/quickr documentation built on May 6, 2020, 7:49 p.m.