R.devices (version 2.17.2)

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, ...)

Value

Returns x invisibly.

Arguments

x

A recorded plot of class recordedplot.

See Also

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