Toggle constraints
toggleConstraints is a function to toggle individual constraints in a constraints object.
toggleConstraints(object, on = NULL, off = NULL)
object |
a |
on |
constraint indices to mark as active. |
off |
constraint indices to mark as inactive. |
toggleConstraints returns the updated constraints object.
constraints_science2 <- toggleConstraints(constraints_science, off = 32:36) constraints_science3 <- toggleConstraints(constraints_science, on = 32:36)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.