print.RecordedPlot {R.devices} | R Documentation |
Automatically replays a recorded plot
Description
This is identical to the print()
method available in grDevices, but if replaying the plot gives
an error it will also try to replay it after coercing the data structure
to match the architecture of the current machine. This will make it
possible to, for instance, replay a plot generated on a 32-bit machine
on a 64-bit machine.
Usage
## S3 method for class 'RecordedPlot'
print(x, ...)
Arguments
x |
A recorded plot of class |
Value
Returns x
invisibly.
See Also
Internally, as.architecture()
is used
to coerce to the current architecture.
[Package R.devices version 2.17.1 Index]