Learn R Programming

RSDA (version 2.0.8)

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.

Examples

Run this code
# NOT RUN {
data(lynne1)
class(lynne1) <- c('sym.data.table')
sym.scatterplot3d(lynne1[,1], lynne1[,2], lynne1[,3],
                 color='blue', main='Lynne Data')
# }

Run the code above in your browser using DataLab