ConQuestRout {conquestr} | R Documentation |
ConQuestRout
Description
Read an 'ACER ConQuest' rout file (a binary file)
created by a plot
command in 'ACER ConQuest'.
Usage
ConQuestRout(myRout)
Arguments
myRout |
The path to the binary rout file. |
Value
A list containing the data objects to recreate 'ACER ConQuest' plots.
Examples
myPlot <- ConQuestRout()
## Not run:
# the default example is an ICC plot from Example 1
# <https://conquestmanual.acer.org/s2-00.html#s2-02>.
str(myPlot)
## End(Not run)
[Package conquestr version 1.5.1 Index]