plot.interSubVar | R Documentation |
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 class 'interSubVar'
plot(x, ...)
x |
Object from |
... |
Arguments passed onto |
Michael Collyer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.