Read an 'ACER ConQuest' rout file (a binary file) created by a list("plot")
command in 'ACER ConQuest'.
ConQuestRout(myRout)
Arguments
myRout: The path to the binary rout file.
Returns
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)