accessors: Accessors for forensim objects

Description Value Author(s) Examples

Description

Accessors for forensim objects: simugeno, simumix and tabfreq. "\$" and "\$<-" are used to access the slots of an object, they are equivalent to "@" and "@<-".

Value

A simugeno, a simumix or a tabfreq object.

Author(s)

Hinda Haned h.haned@nfi.minvenj.nl

Examples

1
2
3
4
5
6
data(strusa)
class(strusa)

strusa@pop.names
#equivalent 
strusa$pop.names

forensim documentation built on May 2, 2019, 11:09 a.m.

Related to accessors in forensim...