powered by
Use toggleConstraints instead.
toggleConstraints
updateConstraints(object, on = NULL, off = NULL)
a '>constraints object from loadConstraints.
'>constraints
loadConstraints
constraint indices to mark as active.
constraint indices to mark as inactive.
updateConstraints returns the updated '>constraints object.
updateConstraints
# NOT RUN { constraints_science2 <- updateConstraints(constraints_science, off = 32:36) constraints_science3 <- updateConstraints(constraints_science, on = 32:36) # }
Run the code above in your browser using DataLab