Accessors | R Documentation |
Accessors for forensim objects: simugeno, simumix and tabfreq.
"$" and "$<-" are used to access the slots of an object, they are equivalent
to "@" and "@<-".
A simugeno, a simumix or a tabfreq object.
Hinda Haned hinda@owlsandarrows.nl
data(strusa)
class(strusa)
strusa@pop.names
#equivalent
strusa$pop.names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.