Learn R Programming

RSDA (version 1.1)

sym.scatterplot3d: Symbolic Scatter Plot 3D

Description

This function could be use to plot two symbolic variables in 3D i.e. in a X-Y-Z plane.

Usage

sym.scatterplot3d(sym.var.x, sym.var.y, sym.var.z, labels = FALSE, ...)

Arguments

sym.var.x
First symbolic variable.
sym.var.y
Second symbolic variable.
sym.var.z
Third symbolic variable.
labels
As in R plot function.
...
As in R plot function.

Value

  • 3D Plot 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.

See Also

sym.scatterplot

Examples

Run this code
data(lynne1)
sym.scatterplot3d(sym.var(lynne1,1),sym.var(lynne1,2),sym.var(lynne1,3),
                             color='blue', main='Lynne Data')

Run the code above in your browser using DataLab