Learn R Programming

RSDA (version 2.0.4)

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

Description

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

Usage

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

Arguments

info

The information of one "continuos" 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 "continuos" 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.continuos.plot(data.sym[1,2])
# }

Run the code above in your browser using DataLab