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 h.haned@nfi.minvenj.nl

Examples

## Not run: 
data(strusa)
class(strusa)

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

## End(Not run)

hindantation/forensim documentation built on Oct. 8, 2022, 4:42 a.m.