PlotProjectedPoints {ProjectionBasedClustering} | R Documentation |
Plot Projected Points
Description
plots XY data colored by Cls with ggplot2
Usage
PlotProjectedPoints(Points,Cls,BMUorProjected=F,PlotLegend=FALSE,
xlab='X',ylab='Y',main="Projected Points",PointSize=2.5)
Arguments
Points |
[1:n,1:2] xy cartesian coordinates of a projection |
Cls |
numeric vector, given Classification in numbers: every element is the cluster number of a certain corresponding element of data. |
BMUorProjected |
Default ==FALSE, If TRUE assuming BestMatches of ESOM instead of Projected Points |
PlotLegend |
... |
xlab |
Optional: Label of the x axis |
ylab |
Optional: Label of the y axis |
main |
Optional: title |
PointSize |
Optional: size of points |
Value
ggobject of ggplot2
Author(s)
Michael Thrun
[Package ProjectionBasedClustering version 1.2.2 Index]