Function for plotting one "interval" type value from the symbolic data table
sym.interval.plot(info, col = c("blue"), border = FALSE, show.type = TRUE)
The information of one "interval" type value. Use data[num.r,num.col] to get info
A specification for the default plotting color.
A logical value indicating whether border should be plotted.
A logical value indicating whether type should be plotted.
A plot of one "interval" type value from the symbolic data table.
# 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