toggleConstraints function

Toggle constraints

Toggle constraints

toggleConstraints is a function for toggling individual constraints in a constraints object.

toggleConstraints(object, on = NULL, off = NULL)

Arguments

  • object: a constraints object from loadConstraints.
  • on: constraint indices to mark as active. Also accepts character IDs.
  • off: constraint indices to mark as inactive. Also accepts character IDs.

Returns

toggleConstraints returns the updated constraints object.

Examples

constraints_science2 <- toggleConstraints(constraints_science, off = 32:36) constraints_science3 <- toggleConstraints(constraints_science2, on = 32:36) constraints_science4 <- toggleConstraints(constraints_science, off = "C32")
  • Maintainer: Seung W. Choi
  • License: GPL (>= 2)
  • Last published: 2024-08-22