[Esm-commits] r27 - pkg/ESM/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Feb 8 17:33:38 CET 2010


Author: timotheepoisot
Date: 2010-02-08 17:33:37 +0100 (Mon, 08 Feb 2010)
New Revision: 27

Added:
   pkg/ESM/man/dmat.Rd
   pkg/ESM/man/scale.Rd
Log:


Added: pkg/ESM/man/dmat.Rd
===================================================================
--- pkg/ESM/man/dmat.Rd	                        (rev 0)
+++ pkg/ESM/man/dmat.Rd	2010-02-08 16:33:37 UTC (rev 27)
@@ -0,0 +1,17 @@
+\name{dmat} 
+\Rdversion{1.1} 
+\alias{dmat} 
+\title{Discretisation of an interaction matrix}
+\description{Returns an interaction matrix with n performance categories}
+\usage{ 
+dmat(m,n=2)
+}
+
+\arguments{ 
+\item{m}{An interaction matrix} 
+\item{n}{Number of categories} 
+}
+
+\value{
+	\item{}{A dicretised interaction matrix}
+}
\ No newline at end of file

Added: pkg/ESM/man/scale.Rd
===================================================================
--- pkg/ESM/man/scale.Rd	                        (rev 0)
+++ pkg/ESM/man/scale.Rd	2010-02-08 16:33:37 UTC (rev 27)
@@ -0,0 +1,18 @@
+\name{scale} 
+\Rdversion{1.1} 
+\alias{scale} 
+\title{Scaling of a vector}
+\description{Returns a vector scaled between two values}
+\usage{ 
+scale(v,m=0,M=1)
+}
+
+\arguments{ 
+\item{v}{Any numerical vector}
+\item{m}{The minimal value}
+\item{M}{The maximal value}
+}
+
+\value{
+	\item{}{A vector scaled between m and M}
+}
\ No newline at end of file



More information about the Esm-commits mailing list