.dmr<- {mina}R Documentation

Setter and getter for the slot 'dmr'.

Description

Setter and getter for the slot 'dmr'.

Usage

.dmr(x) <- value

.dmr(x)

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

## S4 method for signature 'mina'
.dmr(x)

Arguments

x

The 'mina' object.

value

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

Value

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

Examples

maize <- new("mina", tab = maize_asv2, des = maize_des2)
maize <- norm_tab(maize, method = "raref")
maize <- fit_tabs(maize)
maize <- com_dis(maize, method = "bray")
maize <- dmr(maize)
asv_dmr <- .dmr(maize)

[Package mina version 1.1.11 Index]