Learn R Programming

playwith (version 0.9-11)

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 (un-exported) list playwith:::toolConstructors.

Arguments

Details

Tools 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 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 on the left that only work with 3D Lattice plots: [object Object],[object Object],[object Object],[object Object] Tools on the left 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"),
	playwith.getOption("left.tools"))
unlist(toolSet)

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

}

Run the code above in your browser using DataLab