| plot.GridOnClusters {GridOnClusters} | R Documentation | 
Plotting the continuous data along with cluster-preserving Grid
Description
Plots examples of jointly discretizing continuous data based on grids that preserve clusters in the original data.
Usage
## S3 method for class 'GridOnClusters'
plot(
  x,
  xlab = NULL,
  ylab = NULL,
  main = NULL,
  main.table = NULL,
  sub = NULL,
  pch = 19,
  ...
)
Arguments
| 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 | 
[Package GridOnClusters version 0.1.0.1 Index]