Working with Lists as Objects in R and aoos

By Sebastian Warnholz, 0 comments.

This post is part of a series related to object oriented programming in R and the package aoos. The previous introduces the current version of aoos. The next links to the Performance vignette in the package.

This post explains how to work with lists as objects in R using the R package aoos. aoos provides alternative syntax for functions from the built in system for object orientation in the package methods.

The following is a vignette (as iframe) also contained in the package itself. You can find it by copying the following into R:

install.packages("aoos")
vignette("retListClasses", "aoos")