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.
# S3 method for RecordedPlot
print(x, ...)
Returns x
invisibly.
A recorded plot of class recordedplot
.
Internally, as.architecture()
is used
to coerce to the current architecture.