plot method for class stim.
# S3 method for stim
plot(x, fix.range = FALSE, sleep = 0.2, override.par = TRUE, ...)An object of class stim.
Single positive numeric value giving the amount of time (in
seconds) to Sys.sleep before drawing the next image in
the animation.
Logical value indicating whether to override the
existing graphics device parameters prior to plotting, resetting
mfrow and mar. See `Details' for when you might want to
disable this.
Additional graphical parameters to be passed to
plot.im (see `Details').
Plots to the active graphics device.
Actual visualisation is deferred to
plot.im, for which there are a variety of
customisations available the user can access via ....
The stim object is plotted as an animation, one pixel image
after another, separated by sleep seconds. If instead you intend the
individual images to be plotted in an array of images, you should first set
up your plot device layout, and ensure override.par = FALSE so that
the function does not reset these device parameters itself. In such an
instance, one might also want to set sleep = 0.
# NOT RUN {
# See help(stgmix) and help(stkey) for examples
# }
Run the code above in your browser using DataLab