Learn R Programming

MAINT.Data (version 2.4.1)

plot-methods: Methods for function plot in Package `MAINT.Data'

Description

S4 methods for function plot. As in the generic plot S3 `graphics' method, these methods plot Interval-valued data contained in '>IData objects.

Usage

# S4 method for IData
plot(x, y, type=c("crosses","rectangles"), append=FALSE, …)
# S4 method for IData
plot(x, casen=NULL, layout=c("vertical","horizontal"), append=FALSE, …)

Arguments

x

An object of type '>IData representing the values of an Interval-value variable.

y

An object of type '>IData representing the values of a second Interval-value variable, to be displayed along y (vertical) coordinates.

type

What type of plot should de drawn. Alternatives are "crosses" (default) and "rectangles".

append

A boolean flag indicating if the interval-valued variables should be displayed in a new plot, or added to an existing plot.

casen

An optional character string with the case names.

layout

The axes along which the interval-valued variables be displayed. Alternatives are "vertical" (default) and "horizontal".

Graphical arguments to be passed to methods.

See Also

'>IData