Learn R Programming

mizer (version 3.4.0)

slot: S4/S3 compatibility slot access helper

Description

S4/S3 compatibility slot access helper

Usage

slot(object, name, ...)

Value

The value of the slot or list element.

Arguments

object

An object (S4 or S3).

name

Name of the slot / list element.

...

Additional arguments.