1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/reexports.R
\docType{import}
\name{reexports}
\alias{reexports}
\alias{rowMaxs}
\alias{rowMins}
\alias{rowRanges}
\alias{colMaxs}
\alias{colMins}
\alias{colRanges}
\title{Objects exported from other packages}
\keyword{internal}
\description{
These objects are imported from other packages. Follow the links
below to see their documentation.
\describe{
\item{DelayedArray}{\code{\link[DelayedArray:matrixStats-methods]{colMaxs}}, \code{\link[DelayedArray:matrixStats-methods]{colMins}}, \code{\link[DelayedArray:matrixStats-methods]{colRanges}}, \code{\link[DelayedArray:matrixStats-methods]{rowMaxs}}, \code{\link[DelayedArray:matrixStats-methods]{rowMins}}, \code{\link[DelayedArray:matrixStats-methods]{rowRanges}}}
}}
|