plot.multic: Plot a multic object

Description Usage Arguments

Description

This is a method for the function plot() for objects inheriting from class multic. See plot or plot.default for the general behavior of this function and for the interpretation of x.

Usage

1
2
## S3 method for class 'multic'
plot(x, ylim=NULL, xlim=NULL, lty=1, col=1, lwd=1, ...)

Arguments

x

a multic object

xlim

range for x-axis

ylim

range for y-axis

lty

line type. Default=1

col

line color. Default=1

lwd

line width. Default=1

...

additional arguments like xlab, ylab, etc.


multic documentation built on Jan. 15, 2017, 9:30 a.m.

Related to plot.multic in multic...