cplot: Covering Point Set Plot

View source: R/cplot.R

cplotR Documentation

Covering Point Set Plot

Description

Output the Covering Point Set plot of the required cluster. The return of clustCPS, visCPS or CPS can be directly used as the input.

Usage

cplot(result, k)

Arguments

result

– the return from function clustCPS, visCPS or CPS.

k

– which cluster that you want to see the covering point set plot.

Value

covering point set plot of the required cluster.

Examples

# CPS analysis on selection of visualization methods
data(vis_pollen)
c=visCPS(vis_pollen$vis, vis_pollen$ref)
# visualization of the results
mplot(c,2)
cplot(c,2)

OTclust documentation built on Oct. 6, 2023, 5:09 p.m.