Learn R Programming

iplots (version 1.1-2)

iplot.opt: Modify parameters of an interactive plot

Description

This function modifies parameters of an iPlot.

Usage

iplot.opt(..., plot=iplot.cur())

Arguments

...
Parameters to modify
plot
Plot whose parameters are to be modified

Value

  • If no parameters (except for the plot) are specified, a list of the current parameters is returned.

Details

The following parameters are common to all plots. See help pages of individual plots for plot-specific parameters. [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],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

See Also

iplot.list

Examples

Run this code
data(iris)
attach(iris)
iplot(Sepal.Width,Petal.Width)
iplot.opt(xlim=c(1.5,5),col=Species)

Run the code above in your browser using DataLab