plot.ckm | R Documentation |
The function plots the results of CKM: the cluster centroids of all signaling variables
## S3 method for class 'ckm' plot(ckm.object, var.ind = NULL)
ckm.object |
an object of the S3 class "ckm", which could eitehr be the output of the function CKMSelVar (without the selection of number of clusters) or of the function CKMselAll (with the selection of nunber of clusters) |
var.ind |
a vector of length J (i.e. the number of variables) that indicates the categories of variables |
a plot with x axis representing various clusters and y axis referring to the centroids of signaling variables
ckm.sel.no <- CKMSelNo(dataset, ncluster, nnoisevar) ckm.sel.var <- CKMSelVar(dataset, ncluster) ckm.sel.all <- CKMSelAll(dataset, maxcluster) plot(ckm.sel.no) plot(ckm.sel.var) plot(ckm.sel.all)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.