Learn R Programming

conquestr (version 1.4.5)

ConQuestRout: ConQuestRout

Description

Read an 'ACER ConQuest' rout file (a binary file) created by a plot command in 'ACER ConQuest'.

Usage

ConQuestRout(myRout)

Value

A list containing the data objects to recreate 'ACER ConQuest' plots.

Arguments

myRout

The path to the binary rout file.

Examples

Run this code
myPlot <- ConQuestRout()
if (FALSE) {
# the default example is an ICC plot from Example 1 
# .
str(myPlot)
}

Run the code above in your browser using DataLab