View source: R/plot_patterns.R
plot.GridOnClusters | R Documentation |
Plots examples of jointly discretizing continuous data based on grids that preserve clusters in the original data.
## S3 method for class 'GridOnClusters'
plot(
x,
xlab = NULL,
ylab = NULL,
main = NULL,
main.table = NULL,
sub = NULL,
pch = 19,
...
)
x |
the result generated by discretize.jointly |
xlab |
the horizontal axis label |
ylab |
the vertical axis label |
main |
the title of the clustering scatter plots |
main.table |
the title of the discretized data plots |
sub |
the subtitle |
pch |
the symbol for points on the scatter plots |
... |
additional graphical parameters |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.