names<-,derep,ANY-method {dada2}R Documentation

Deactivate renaming of derep-class objects.

Description

Deactivate renaming of derep-class objects.

Usage

## S4 replacement method for signature 'derep,ANY'
names(x) <- value

Arguments

x

an R object.

value

a character vector of up to the same length as x, or NULL.

Value

NULL.


[Package dada2 version 1.12.0 Index]