as_MonoClust {monoClust} | R Documentation |
Coerce Similar Object to MonoClust
Description
The function turns a MonoClust-similar object into MonoClust object so it
can use supported functions for MonoClust such as print.MonoClust()
and
plot.MonoClust()
.
Usage
as_MonoClust(x, ...)
## Default S3 method:
as_MonoClust(x, ...)
Arguments
x |
An object that can be coerced to MonoClust object. |
... |
For extensibility. |
Details
as_MonoClust()
is an S3 generic. The function itself doesn't run unless
it is implemented for another similar object. Currently, this function is not
implemented within monoClust
package.
[Package monoClust version 1.2.1 Index]