An error occurred while loading the file. Please try again.
-
Antoine Regimbeau authored512a14f0
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/TransfoParam_GR1A.R
\encoding{UTF-8}
\name{TransfoParam_GR1A}
\alias{TransfoParam_GR1A}
\title{Transformation of the parameters from the GR1A model}
\usage{
TransfoParam_GR1A(ParamIn, Direction)
}
\arguments{
\item{ParamIn}{[numeric] matrix of parameter sets (sets in line, parameter values in column)}
\item{Direction}{[character] direction of the transformation: use "RT" for Real->Transformed and "TR" for Transformed->Real}
}
\value{
\emph{ParamOut} [numeric] matrix of parameter sets (sets in line, parameter values in column)
}
\description{
Function which transforms model parameters (from real to transformed parameters and vice versa).
}
\author{
Laurent Coron (March 2015)
}