50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

RSDA (version 2.0.4)

sym.interval.plot: Function for plotting one "interval" type value from the symbolic data table

Description

Function for plotting one "interval" type value from the symbolic data table

Usage

sym.interval.plot(info, col = c("blue"), border = FALSE, show.type = TRUE)

Arguments

info

The information of one "interval" type value. Use data[num.r,num.col] to get info

col

A specification for the default plotting color.

border

A logical value indicating whether border should be plotted.

show.type

A logical value indicating whether type should be plotted.

Value

A plot of one "interval" type value from the symbolic data table.

Examples

Run this code
# NOT RUN {
data(ex1_db2so)
data.sym <- classic.to.sym(ex1_db2so, concept=c("state", "sex"),
                           col.names = c(county, group, age,age,age,age),
                           variables.types=c(county = type.interval(),
                            group = type.continuous(),
                             age = type.continuous(),
                              age = type.continuous(),
                               age = type.modal(),
                               age = type.histogram()))
sym.interval.plot(data.sym[1,1])
# }

Run the code above in your browser using DataLab