Learn R Programming

puls (version 0.1.3)

as_MonoClust.PULS: Coerce a PULS Object to MonoClust Object

Description

An implementation of the monoClust::as_MonoClust() S3 method for PULS object. The purpose of this is to reuse plotting and printing functions from monoClust package.

Usage

# S3 method for PULS
as_MonoClust(x, ...)

Value

A MonoClust object coerced from PULS object.

Arguments

x

A PULS object to be coerced to MonoClust object.

...

For extensibility.

See Also

monoClust::MonoClust.object and PULS.object