q_graph: Heatmap Visualization of a Q Matrix

Description Usage Arguments Value Examples

Description

Provides a heatmap approach to showing the estimated binary or averaged values of the Q Matrix.

Usage

1
2
## S3 method for class 'q_matrix'
plot(x, ...)

Arguments

x

Either an edina, errum, or q_matrix object.

...

Additional paramters not used

Value

A ggplot2 object that can be further manipulated.

Examples

1
2
q = q_matrix(matrix(c(1, 0, 1, 1, 0, 1), ncol = 3))
plot(q)

tmsalab/edmcore documentation built on Sept. 4, 2021, 2:46 a.m.