Learn R Programming

playwith (version 0.9-11)

playState: Object representing the plot, window and device.

Description

This object is used by playwith to represent the state of the plot, window and device. The playState object is central to the playwith.API. However, it may also be seen by users controlling the "device" with playDevCur, playDevList etc.

Usage

## S3 method for class 'playState':
print(x, ...)

Arguments

x
a playState object.
...
ignored.

Details

A playState object is actually an environment (of class "playState") containing many other objects. It will always contain: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object] Miscellaneous elements include: page, pages, time.vector, cur.index, on.close, .args, deviceToSpace, baseViewports. Other objects can be passed in through the ... argument to playwith, or defined by tools.

See Also

playwith, playwith.API