Plots discretized data based on grid that preserves clusters in original data.
# S3 method for 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,
...
)the result generated by discretize.jointly
the horizontal axis label
the vertical axis label
the title of the clustering scatter plots
the title of the discretized data plots
the color of data points
the color of grid lines
A numerical value giving the amount by which plotting text and symbols should be magnified relative to the default.
the subtitle
the symbol for points on the scatter plots
a logical to show the contingency
table. Default: TRUE.
additional graphical parameters