multi<- {mina}R Documentation

Setter and getter for the slot 'multi' and 'perm'.

Description

Setter and getter for the slot 'multi' and 'perm'.

Usage

multi(x) <- value

multi(x)

## S4 replacement method for signature 'mina'
multi(x) <- value

## S4 method for signature 'mina'
multi(x)

perm(x) <- value

perm(x)

## S4 replacement method for signature 'mina'
perm(x) <- value

## S4 method for signature 'mina'
perm(x)

Arguments

x

The 'mina' object.

value

The value to set for the slot of the 'mina' object 'x'.

Value

The 'multi' or/and 'perm' slot of the 'mina' object.


[Package mina version 1.0.0 Index]