# NOT RUN {
# 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)
# }
Run the code above in your browser using DataLab