des<- {mina}R Documentation

Setter and getter for the slot 'des', which is the description and meta data of rows in 'tab'.

Description

Setter and getter for the slot 'des', which is the description and meta data of rows in 'tab'.

Usage

des(x) <- value

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

des(x)

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

Arguments

x

The 'mina' object.

value

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

Value

The 'des' slot of the 'mina' object.

Examples

des(maize) <- maize_des2
head(des(maize))

[Package mina version 1.0.0 Index]