Failed to fetch fork details. Try again later.
-
Delaigue Olivier authored705dae5d
Forked from
HYCAR-Hydro / airGR
Source project has a limited visibility.
% 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.
}