plotRout {conquestr} | R Documentation |
plotRout
Description
generates a plot from an 'ACER ConQuest' Rout file. use ConQuestRout
to read in an Rout
file created by a plot
command in 'ACER ConQuest'.
Usage
plotRout(myRout, ...)
## S3 method for class 'TestInfo'
plotRout(myRout, ...)
## S3 method for class 'InformationWithLatentDist'
plotRout(myRout, ...)
## S3 method for class 'ICC'
plotRout(myRout, ...)
## S3 method for class 'MCC'
plotRout(myRout, ...)
## S3 method for class 'TCC'
plotRout(myRout, ...)
## Default S3 method:
plotRout(myRout, ...)
Arguments
myRout |
an R object created by the |
... |
additional arguments passed into plotting functions |
Value
A ggplot2 object.
Examples
myRout <- ConQuestRout()
myPlot <- plotRout(myRout)
## to see why we import this, see https://ggplot2.tidyverse.org/articles/ggplot2-in-packages.html
[Package conquestr version 1.3.4 Index]