Overlap-methods: Overlap

Description Usage Arguments Value

Description

Initialize slots of class OverLap by importing clustering solutions of dynamic datasets at two consecutive time points. Clusters at each time point should be provided as a list of matrices, where each matrix contains dataset belongs to the corresponding cluster.

Usage

1
2
3
4
5
6
7
Overlap(object, e1, e2)

## S4 method for signature 'OverLap,Clustering,Clustering'
Overlap(object, e1, e2)

## S4 method for signature 'OverLap,ANY,ANY'
Overlap(object, e1, e2)

Arguments

object

An object of class OverLap

e1

An object of class Clustering, or any object that can be coerced, such as list of matrices or data frames that contain clusters from first clustering.

e2

An object of class Clustering, or any object that can be coerced, such as list of matrices or data frames that contain clusters from second clustering.

Value

Return an object of class OverLap.


clusTransition documentation built on Feb. 23, 2021, 1:06 a.m.