powered by
Function used to plot an assessment object.
# S3 method for assessment plot(x, bg_color = NULL, verices_color = "black", ...)
The function returns the graph representation of the structure.
Assessment object to display.
Background color. The default is white.
Color of the nodes label.
Additional arguments affecting the summary produced.
# Example: Random items presentation token<- assessment(N_items = 5 ,adaptive = FALSE) plot(token)
Run the code above in your browser using DataLab