Learn R Programming

DynTxRegime (version 3.2)

List-class: Class "List"

Description

Mimics a standard R list object.

Arguments

Objects from the Class

A virtual Class: No objects may be created from it.

Slots

loo:

An object of class "list."

Methods

[[<-

signature(x = "List"): Set an element of the list.

[[

signature(x = "List"): Retrieve an element of the list.

length

signature(x = "List"): Retrieve the length of the list.

names

signature(x = "List"): Retrieve the names of each element of the list.

Examples

Run this code
# NOT RUN {
showClass("List")
# }

Run the code above in your browser using DataLab