Learn R Programming

RSDA (version 2.0.4)

plot.sym.data.table: Function for plotting a symbolic data table

Description

Function for plotting a symbolic data table

Usage

# S3 method for sym.data.table
plot(x, col = NA, border = FALSE, size = 1,
  title = TRUE, show.type = FALSE, reduce = FALSE, ...)

Arguments

x

The symbolic data table.

col

A specification for the default plotting color.

border

A logical value indicating whether border should be plotted.

size

The magnification to be used for each graphic.

title

A logical value indicating whether title should be plotted.

show.type

A logical value indicating whether type should be plotted.

reduce

A logical value indicating whether values different from zero should be plotted in modal and set graphics.

...

Arguments to be passed to methods.

Value

A plot of the symbolic data table.

Examples

Run this code
# NOT RUN {
data(oils)
plot(oils)
plot(oils,border = T,size = 1.3)
# }

Run the code above in your browser using DataLab