aoos-class {aoos}R Documentation

Class aoos

Description

This is an environment with some methods. Every class defined by defineClass will inherit from aoos. Summary will show a list of public and private members with approximated memory usage.

Usage

## S4 method for signature 'aoos'
show(object)

## S4 method for signature 'aoos'
x$name

## S4 replacement method for signature 'aoos'
x$name <- value

## S3 method for class 'aoos'
summary(object, ...)

## S4 method for signature 'aoos'
as.environment(x)

Arguments

object

object

x

object

name

member name

value

value to assign to. Will throw an error.

...

arguments passed to method (not used).


[Package aoos version 0.5.0 Index]