powered by
Update the constraints list
updateConstraints(object, on = NULL, off = NULL)
A '>constraints object from loadConstraints.
'>constraints
loadConstraints
a vector of constraints index to turn on.
a vector of constraints index to turn off.
An updated '>constraints object, to be used in Static and Shadow.
Static
Shadow
# 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