ilines: Add lines to an interactive plot

Description Usage Arguments Details Value

Description

ilines method adds lines objects to an interactive plot

Usage

1
2
3
ilines(x, ...)
## Default S3 method:
ilines(x, y, col, ..., plot = .Last.plot)

Arguments

x

specification of the lines (generic) or numeric vector of the x coordinates (default method)

y

numeric vector of the y coordinates

col

color of the line

...

further optional arguments

plot

plot to add the lines to

Details

ilines is a shorthand for creating iPolygon object a and adding it to the plot.

Value

object of the class iPolygon which has been added to the plot. The object can be used to subsequently modify the lines and their attributes.


att/iplots documentation built on May 10, 2019, 2:12 p.m.