FLCore-accesors {FLCore}R Documentation

Accesor and replacement methods for slots of complex objects

Description

Usage

        name(object, ...)
        name(object) <- value

Arguments

object The object whose slot is to be returned.
value The new value to be placed in that slot.
... Extra arguments.

Details

Value

Accesor functions return the content of the selected slot, whic could be of various classes.

Author(s)

FLR Team

See Also

FLStock-class, FLBiol-class, FLIndex-class, FLFleet-class,FLSR-class

Examples

        name(FLIndex(name="Test CPUE index"))

[Package FLCore version 1.1 Index]