Learn R Programming

multic (version 0.4.2)

plot.multic: Plot a multic object

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

## 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.