is.complete | R Documentation |
Objects of class pim.environment
can be created with
or without a poset. To check whether an object has a poset included,
you use the function is.complete
is.complete(x)
x |
an object of class |
a single value TRUE or FALSE
This function is not written as an S4 method. Might be rewritten to S4 later on.
# the constructor returns an empty environment without poset
is.complete(new.pim.env())
# Constructing a pim environment with a poset
data("FEVData")
FEVenv <- new.pim.env(FEVData, compare="unique")
is.complete(FEVenv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.