Learn R Programming

mycaas (version 0.0.1)

plot.assessment: Plot (Method)

Description

Function used to plot an assessment object.

Usage

# S3 method for assessment
plot(x, bg_color = NULL, verices_color = "black", ...)

Value

The function returns the graph representation of the structure.

Arguments

x

Assessment object to display.

bg_color

Background color. The default is white.

verices_color

Color of the nodes label.

...

Additional arguments affecting the summary produced.

Examples

Run this code
#  Example: Random items presentation

token<- assessment(N_items = 5 ,adaptive = FALSE)
plot(token)

Run the code above in your browser using DataLab