boxplotHV: boxplotHV

View source: R/reproducer.R

boxplotHVR Documentation

boxplotHV

Description

Box plot

Usage

boxplotHV(df, colName, limLow, limHigh, isHorizontal)

Arguments

df

Data frame with data to be displayed

colName

Name of the selected column in a given data frame

limLow

the limit on the lower side of the displayed range

limHigh

the limit on the higher side of the displayed range

isHorizontal

Boolean value to control whether the box plot should be horizontal or not (i.e., vertical)

Value

A box plot

Author(s)

Lech Madeyski

Examples

boxplotHV(Madeyski15EISEJ.PropProjects, "STUD", 0, 100, TRUE)
boxplotHV(Madeyski15EISEJ.PropProjects, "STUD", 0, 100, FALSE)
boxplotHV(Madeyski15SQJ.NDC, "simple", 0, 100, FALSE)
boxplotHV(Madeyski15SQJ.NDC, "simple", 0, 100, TRUE)

reproducer documentation built on Oct. 18, 2023, 5:10 p.m.