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