Description
Mimics a standard R list object.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.