phist {ProfessR} | R Documentation |
Plot Histogram with Grades labeled
Description
Plot Histogram with Grades labeled
Usage
phist(G, Z = 1, L = 1, col = 2, add = FALSE, tit = "GEOL 105 Exam 1")
Arguments
G |
Histogram list from do.grades |
Z |
numerical grades |
L |
text, vector, Letter Grades |
col |
color for text |
add |
logical, add=TRUE, add to existing plot |
tit |
title for plot |
Value
List:
x |
x location on plot |
y |
y location on plot |
L |
Label printed |
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
do.grades
Examples
## Not run:
newID3 = repair.id(DBB, raw3)
raw3$id=newID3
raw3$ID=newID3
## End(Not run)
[Package ProfessR version 2.4-3 Index]