Learn R Programming

RSDA (version 1.1)

sym.scatterplot.ggplot: Symbolic Scatter GGPlot

Description

This function could be use to plot two symbolic variables in a X-Y plane using ggplot R package.

Usage

sym.scatterplot.ggplot(sym.var.x, sym.var.y, labels = FALSE, ...)

Arguments

sym.var.x
First symbolic variable.
sym.var.y
Second symbolic variable.
labels
As in ggplot.
...
As in ggplot.

Value

  • return a ggplot graphic.

References

Bock H-H. and Diday E. (eds.) (2000). Analysis of Symbolic Data. Exploratory methods for extracting statistical information from complex data. Springer, Germany.

Rodriguez, O. (2000). Classification et Modeles Lineaires en Analyse des Donnees Symboliques. Ph.D. Thesis, Paris IX-Dauphine University.

See Also

sym.scatterplot

Examples

Run this code
data(lynne1)
sym.scatterplot.ggplot(sym.var(lynne1,1),sym.var(lynne1,3),labels=TRUE)
data(oils)
sym.scatterplot.ggplot(sym.var(oils,2),sym.var(oils,3),labels=TRUE)

Run the code above in your browser using DataLab