Description
Functions for getting or setting the family ID of a ped
object.
Usage
famid(x, ...)# S3 method for ped
famid(x, ...)
famid(x, ...) <- value
# S3 method for ped
famid(x, ...) <- value
Arguments
value
The new family ID, which must be (coercible to) a character
string.
Examples
Run this code# NOT RUN {
x = nuclearPed(1)
famid(x) # empty string
famid(x) = "trio"
famid(x)
# }
Run the code above in your browser using DataLab