myPlotMode: Plot numerical data highlighting the mode

Description Usage Arguments Examples

View source: R/myPlotMode.R

Description

This function allows you to do a boxplot of your data and draw a vertical line where the mode is located

Usage

1

Arguments

x

R object

Examples

1
2
myNumbers <- c(7,6,6,10,6,6,7,3,7,14,20,7)
myPlotMode(myNumbers, col = "blue")

symeneses/RMode documentation built on May 29, 2019, 9:52 a.m.