plot.srs: Plot student records

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Plot student records

Usage

1
2
3
## S3 method for class 'srs'
plot(x, gleft=1.7, skip.presentations=TRUE, skip.inprep=TRUE,
skip.communications=FALSE, jitter=FALSE, colours=c("blue"), quiet=TRUE, ...)

Arguments

x

An srs object.

gleft

GPA score at left of plot, e.g. 2.0 is C. Use this if there are some very low grades.

skip.presentations

If true, skip them.

skip.inprep

If true, skip them.

skip.communications

If TRUE, skip them.

jitter

Set to TRUE to jitter the grades; otherwise, spread them on the lines.

colours

List of colours to use for names, ...

quiet

Set to FALSE to get some debugging information.

...

Extra options handed below.

Details

Plot student records.

Value

An srs object containing information about students.

Author(s)

Dan Kelley Dan.Kelley@Dal.Ca

See Also

read.srs to read records.

Examples

1
2
3

dankelley/srs documentation built on May 14, 2019, 6:04 p.m.