An error occurred while loading the file. Please try again.
-
Dorchies David authored
- add pmedian (from pmin and pmax) Refs #12
a3f3a1ab
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/pmedian.R
\name{pmedian}
\alias{pmedian}
\title{Median value}
\usage{
pmedian(...)
}
\arguments{
\item{...}{Several \link{matrix} of same dimensions}
}
\value{
a \link{matrix} of same dimension as the ones in \code{...} with median value calculated for each cell.
}
\description{
Returns the (regular or parallel) median of the input values.
\code{pmedian} takes one or more vectors as arguments which should have same dimensions.
}