boxPlot: Plot box and whisker of marks and grade boundaries

Description Usage Arguments Examples

View source: R/charts.R

Description

Plot box and whisker of marks and grade boundaries

Usage

1
boxPlot(data, x, y, yLabel, boundaries, cutScores, gradeLabels)

Arguments

data

results data frame

x

x co-ordinate column name

y

y co-ordinate column name

boundaries

grade boundaries data frame

cutScores

cut scores for horizontal intersect

gradeLabels

labels for cut scores

yLable

label for y axis

Examples

1
p <- boxPlot(results, x=school, y=scaledScore, yLabel=mark, boundaries=displayGrades, cutScores=scaledScore, gradeLabels=gradeBoundaries)

NoMoreMarking/nmmFeedback documentation built on Oct. 30, 2019, 10:15 p.m.