plots XY data colored by Cls with ggplot2
PlotProjectedPoints(Points,Cls,BMUorProjected=F,PlotLegend=FALSE,xlab='X',ylab='Y',main="Projected Points",PointSize=2.5)
[1:n,1:2] xy cartesian coordinates of a projection
numeric vector, given Classification in numbers: every element is the cluster number of a certain corresponding element of data.
Default ==F, If TRUE assuming BestMatches of ESOM instead of Projected Points
...
Optional: Label of the x axis
Optional: Label of the y axis
Optional: title
Optional: size of points
ggobject of ggplot2