Learn R Programming

playwith (version 0.8-56)

playTools: Built-in tools for playwith

Description

This document describes the built-in tools that can be placed in a playwith window. The constructor functions themselves can be found in the named list toolConstructors.

Arguments

Details

Tools in the set playApplicationTools, by default on the top toolbar: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object] Tools in the set playInteractionTools, by default on the left toolbar: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object] Tools in the set playInteractionTools that only work with 3D Lattice plots: [object Object],[object Object],[object Object],[object Object] Tools in the set playInteractionTools that only work with Lattice splom: [object Object]

See Also

playwith, playwith.API

Examples

Run this code
if (interactive()) {

toolSet <- c(list("stayontop", "keep", "save"),
	playInteractionTools)
unlist(toolSet)

playwith(plot(1:10), top=toolSet, left=NULL)

}

Run the code above in your browser using DataLab