Family identifier
Functions for getting or setting the family ID of a ped
object.
famid(x, ...) ## S3 method for class 'ped' famid(x, ...) famid(x, ...) <- value ## S3 replacement method for class 'ped' famid(x, ...) <- value
x |
A |
... |
(Not used) |
value |
The new family ID, which must be (coercible to) a character string. |
x = nuclearPed(1) famid(x) # empty string famid(x) = "trio" famid(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.