This function produces a heat map for inter-subject variability, based on
results from a measurement.error
object. The function,
interSubVar
, must first be used on the measurement.error
object to obtain variability statistics. This function use the image
function to produce plots. It does little to manipulate such plots, but any
argument for image
can be manipulated here, as well as the graphical
parameters that can be adjusted within image
.
# S3 method for interSubVar
plot(x, ...)
Michael Collyer