Learn R Programming

RSDA (version 2.0.4)

sym.row.plot: Function for plotting one row or one column from the symbolic data table

Description

Function for plotting one row or one column from the symbolic data table

Usage

sym.row.plot(data, col = NA, matrix.form = NA, border = FALSE, size = 1,
  title = TRUE, show.type = FALSE, reduce = FALSE)

Arguments

data

The row of the symbolic data table.

col

A specification for the default plotting color.

matrix.form

A vector of the form c(num.rows,num.columns)

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.

Value

A plot of one row from symbolic data table.

Examples

Run this code
# NOT RUN {
data(oils)
sym.row.plot(oils[3,])
sym.row.plot(oils[3,],matrix.form = c(2,2),border=TRUE)
# }

Run the code above in your browser using DataLab