# NOT RUN {
data(Lsun3D)
Classplot(Lsun3D$Data[,1],Lsun3D$Data[,2],Lsun3D$Cls)
#plotly with line
data(Lsun3D)
Classplot(Lsun3D$Data[,1],Lsun3D$Data[,2],
Lsun3D$Cls,LineType="-",LineColor = "green")
# }
# NOT RUN {
#ggplot2 with line and labels
data(Lsun3D)
Classplot(Lsun3D$Data[,1],Lsun3D$Data[,2],
Lsun3D$Cls,Names = rownames(Lsun3D$Data),Size =2,LineType = 1)
# }
Run the code above in your browser using DataLab