RCloudDevice {rcloud.support} | R Documentation |
RCloudDevice
creates a new RCloud graphics device. This is
the default device in RCloud and it is implicitly created when plots
are started in RCloud. Calling this function explicitly allows the
user to change dimensions and properies for plotting.
RCloudDevice(width, height, dpi = 100, ..., type = "inline")
width |
initial width in pixels |
height |
initial height in pixels |
dpi |
display resolution (in dots per inch) |
type |
device type that is passed to the user
interface (client browser). Currently only the type of
|
object of the class "RCloudDevice"
Simon Urbanek
RCloudDevice(900, 400)
plot(rnorm(100), pch=19, col=2)