powered by
This function could be use to plot two symbolic variables in 3D i.e. in a X-Y-Z plane.
sym.scatterplot3d(sym.var.x, sym.var.y, sym.var.z, labels = FALSE, ...)
First symbolic variable.
Second symbolic variable.
Third symbolic variable.
As in R plot function.
3D Plot graphic.
Bock H-H. and Diday E. (eds.) (2000). Analysis of Symbolic Data. Exploratory methods for extracting statistical information from complex data. Springer, Germany.
# 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