accessors: Accessors for forensim objects

AccessorsR Documentation

Accessors for forensim objects

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 hinda@owlsandarrows.nl

Examples

data(strusa)
class(strusa)

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

forensim documentation built on June 8, 2025, 9:36 p.m.