pmedian.Rd 513 bytes
% 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.