Learn R Programming

RSDA (version 2.0.8)

mcfa.scatterplot: Plot Interval Scatterplot

Description

Plot Interval Scatterplot

Usage

mcfa.scatterplot(x, y, sym.data, pos.var)

Arguments

x

symbolic table with only one column.

y

symbolic table with only one column.

sym.data

original symbolic table.

pos.var

column number of the variables to be plotted.

Examples

Run this code
# NOT RUN {
data("ex_mcfa1")
sym.table <- classic.to.sym(ex_mcfa1, concept = "suspect",
                   variables.types = c(hair = type.set(),
                                       eyes = type.set(),
                                       region = type.set()))

res <- sym.mcfa(sym.table, c(1,2))
mcfa.scatterplot(res[,1], res[,2], sym.data = sym.table, pos.var = c(1,2))
# }

Run the code above in your browser using DataLab