# NOT RUN {
# For simple order, the node does not matter
create.constraints( P1 = 5, constraints = list( order='simple' ,
decreasing=FALSE ))
# Compare constraints against decreasing=TRUE
create.constraints( P1 = 5, constraints=list( order='simple' ,
decreasing=TRUE ))
# Umbrella order
create.constraints( P1 = 5, constraints=list( order='umbrella' , node=3
, decreasing=FALSE ))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab