File: names-set-derep-ANY-method.Rd

package info (click to toggle)
r-bioc-dada2 1.34.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,016 kB
  • sloc: cpp: 3,096; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/show-methods.R
\name{names<-,derep,ANY-method}
\alias{names<-,derep,ANY-method}
\title{Deactivate renaming of derep-class objects.}
\usage{
\S4method{names}{derep,ANY}(x) <- value
}
\arguments{
\item{x}{an \R object.}

\item{value}{a character vector of up to the same length as \code{x}, or
    \code{NULL}.}
}
\value{
NULL.
}
\description{
Deactivate renaming of derep-class objects.
}