powered by
Simple plot method for object of class 'row.kmeans' as output by orc.lsbclust.
orc.lsbclust
# S3 method for row.kmeans plot(x, which = 1L, ...)
An object of class row.kmeans
row.kmeans
Which type of plot to produce (only 3 types are implemented).
additional arguments passed to theme.
theme
# NOT RUN { data("dcars") m <- orc.lsbclust(data = dcars, margin = 3, delta = c(1,1,1,1), nclust = 5, type = "rows") plot(m) # }
Run the code above in your browser using DataLab