mcfa.scatterplot: Plot Interval Scatterplot

View source: R/mcfa_scatterplot.R

mcfa.scatterplotR Documentation

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

data("ex_mcfa1")
sym.table <- classic.to.sym(ex_mcfa1,
  concept = suspect,
  hair = sym.set(hair),
  eyes = sym.set(eyes),
  region = sym.set(region)
)

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

PROMiDAT/RSDA documentation built on Sept. 14, 2023, 9:16 p.m.