View source: R/plot_patterns.R
| plot.GridOnClusters | R Documentation |
Plots discretized data based on grid that preserves clusters in original data.
## S3 method for class 'GridOnClusters'
plot(
x,
xlab = NULL,
ylab = NULL,
main = NULL,
main.table = NULL,
col,
line_col = "black",
cex = 1.125,
sub = NULL,
pch = 19,
plot.table = TRUE,
...
)
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 |
col |
the color of data points |
line_col |
the color of grid lines |
cex |
A numerical value giving the amount by which plotting text and symbols should be magnified relative to the default. |
sub |
the subtitle |
pch |
the symbol for points on the scatter plots |
plot.table |
a logical to show the contingency
table. Default: |
... |
additional graphical parameters |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.