aspicsConstructors: aspics

aspicsR Documentation

aspics

Description

Create a list of aspic objects

features that give a little more structure to list objects. First the elements of aspics must all be of the same class biodyn. Second it implements lock mechanism that, when turned on, does not allow the user to increase or decrease the object length.

Usage

aspics(object, ...)

## S4 method for signature 'list'
aspics(object, ...)

Arguments

object

can be aspic object or a list of aspic objects

...

additional aspic objects

Value

aspics object

Slots

.Data

The data. list.

names

Names of the list elements. character.

desc

Description of the object. character.

lock

Lock mechanism, if turned on the length of the list can not be modified by adding or removing elements. logical.

Author(s)

The FLR Team

See Also

[, [<-, [[<-, $<-, coerce, lapply, window, list

Examples

## Not run: 
aspics(aspic())

## End(Not run)
## Not run: 
asp <- aspics("1"=aspic(),"2"=aspic())
## End(Not run)


laurieKell/mpb documentation built on Sept. 9, 2023, 9:47 p.m.