dmr_accessor: Setter and getter for the slot 'dmr'.

Description Usage Arguments Value Examples

Description

Setter and getter for the slot 'dmr'.

Usage

1
2
3
4
5
6
7
8
9
.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

1
2
3
4
5
6
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)

Guan06/mina documentation built on Feb. 21, 2022, 11:56 a.m.