File: show-methods.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 (24 lines) | stat: -rw-r--r-- 499 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
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/show-methods.R
\name{show,derep-method}
\alias{show,derep-method}
\alias{show,dada-method}
\title{method extensions to show for dada2 objects.}
\usage{
\S4method{show}{derep}(object)

\S4method{show}{dada}(object)
}
\arguments{
\item{object}{Any R object}
}
\value{
NULL.
}
\description{
See the general documentation of \code{\link[methods]{show}} method for
expected behavior.
}
\seealso{
\code{\link[methods]{show}}
}