plot.symbolic_tbl: Function for plotting a symbolic object

View source: R/plot.symbolic_df.R

plot.symbolic_tblR Documentation

Function for plotting a symbolic object

Description

Function for plotting a symbolic object

Usage

## S3 method for class 'symbolic_tbl'
plot(
  x,
  col = NA,
  matrix.form = NA,
  border = FALSE,
  size = 1,
  title = TRUE,
  show.type = FALSE,
  font.size = 1,
  reduce = FALSE,
  hist.angle.x = 60,
  ...
)

Arguments

x

The symbolic object.

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.

font.size

The font size of graphics.

reduce

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

hist.angle.x

The angle of labels in y axis. Only for histogram plot

...

Arguments to be passed to methods.

Value

A plot of the symbolic data table.

Author(s)

Andres Navarro

Examples

## Not run: 
data(oils)
plot(oils)
plot(oils, border = T, size = 1.3)

## End(Not run)

RSDA documentation built on Nov. 10, 2023, 5:06 p.m.