Description Usage Arguments Value Note Examples
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
1 | 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.
1 2 3 4 5 6 7 | # 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.