plot.GridOnClusters: Plotting the continuous data along with cluster-preserving...

Description Usage Arguments

View source: R/plot_patterns.R

Description

Plots examples of jointly discretizing continuous data based on grids that preserve clusters in the original data.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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


GridOnClusters documentation built on Jan. 28, 2022, 9:06 a.m.