plot.assessment {mycaas} | R Documentation |
Plot (Method)
Description
Function used to plot an assessment object.
Usage
## S3 method for class 'assessment'
plot(x, bg_color = NULL, verices_color = "black", ...)
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. |
Value
The function returns the graph representation of the structure.
Examples
# Example: Random items presentation
token<- assessment(N_items = 5 ,adaptive = FALSE)
plot(token)
[Package mycaas version 0.0.1 Index]