plotRout function

plotRout

plotRout

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'.

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 ConQuestRout function.
  • ...: additional arguments passed into plotting functions

Returns

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
  • Maintainer: Dan Cloney
  • License: GPL-3
  • Last published: 2025-02-19