boxplotHV
Box plot
boxplotHV(df, colName, limLow, limHigh, isHorizontal)
df
: Data frame with data to be displayedcolName
: Name of the selected column in a given data framelimLow
: the limit on the lower side of the displayed rangelimHigh
: the limit on the higher side of the displayed rangeisHorizontal
: Boolean value to control whether the box plot should be horizontal or not (i.e., vertical)A box plot
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)
Lech Madeyski