Learn R Programming

genArise (version 1.48.0)

ri.plot: Data Visualization: R vs I

Description

This function allows to plot R-values vs I-values I-value from a Spot object

Usage

ri.plot(mySpot, col = "green")

Arguments

mySpot
Spot Object
col
Color in which the pioints of the plot will be shown. This argment must be quoted and the possible values it can ake ares the same from the colors funcion in the R base package.

See Also

colors()

Examples

Run this code
data(Simon)
ri.plot(Simon)

Run the code above in your browser using DataLab