An error occurred while loading the file. Please try again.
-
Delaigue Olivier authored
- return a RunOptions list from .GetOutputsModelGR (UtilsRunModel) with WarmUpQsim and Param, and remove the specific class of WarmUpQsim Refs #137
ede467bb
% 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.
}