Slot in R

Post date: Jun 18, 2014 11:51:56 PM

Slot is usually used in some object in R. For example in ROCR package.

You can refer to slot using "@" for example, obj@slotname, or using

slotNames(x)

to list all slot names.

See: http://stat.ethz.ch/R-manual/R-devel/library/methods/html/slot.html