R.devices (version 2.16.1)

print.RecordedPlot: 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 RecordedPlot
print(x, ...)

Arguments

x

A recorded plot of class recordedplot.

Value

Returns x invisibly.

See Also

Internally, as.architecture() is used to coerce to the current architecture.