[Robast-commits] r320 - branches/robast-0.7/pkg/RandVar/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jul 2 20:07:25 CEST 2009
Author: stamats
Date: 2009-07-02 20:07:24 +0200 (Thu, 02 Jul 2009)
New Revision: 320
Modified:
branches/robast-0.7/pkg/RandVar/man/EuclRandVarList-class.Rd
branches/robast-0.7/pkg/RandVar/man/EuclRandVariable-class.Rd
Log:
documentation error
Modified: branches/robast-0.7/pkg/RandVar/man/EuclRandVarList-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RandVar/man/EuclRandVarList-class.Rd 2009-07-02 13:43:49 UTC (rev 319)
+++ branches/robast-0.7/pkg/RandVar/man/EuclRandVarList-class.Rd 2009-07-02 18:07:24 UTC (rev 320)
@@ -51,7 +51,7 @@
create a \code{"EuclRandVarList"} object from a Euclidean random variable. }
\item{coerce}{\code{signature(from = "EuclRandMatrix", to = "EuclRandVarList")}:
- create a \newline \code{"EuclRandVarList"} object from a Euclidean random matrix. }
+ create a \code{"EuclRandVarList"} object from a Euclidean random matrix. }
\item{numberOfMaps}{\code{signature(object = "EuclRandVarList")}:
number of functions contained in the slots \code{Map} of
@@ -90,7 +90,7 @@
\item{\%m\%}{\code{signature(x = "EuclRandVarList", y = "EuclRandVarList")}:
matrix multiplication for objects of class \code{"EuclRandVarList"}.
- Generates an object of class \newline \code{"EuclRandVarList"}.}
+ Generates an object of class \code{"EuclRandVarList"}.}
\item{\%*\%}{\code{signature(x = "matrix", y = "EuclRandVarList")}:
matrix multiplication of \code{x} and \code{y}. Generates
Modified: branches/robast-0.7/pkg/RandVar/man/EuclRandVariable-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RandVar/man/EuclRandVariable-class.Rd 2009-07-02 13:43:49 UTC (rev 319)
+++ branches/robast-0.7/pkg/RandVar/man/EuclRandVariable-class.Rd 2009-07-02 18:07:24 UTC (rev 320)
@@ -56,7 +56,7 @@
\section{Methods}{
\describe{
\item{coerce}{\code{signature(from = "EuclRandVariable", to = "EuclRandMatrix")}:
- create a \newline \code{"EuclRandMatrix"} object from a Euclidean random variable. }
+ create a \code{"EuclRandMatrix"} object from a Euclidean random variable. }
\item{coerce}{\code{signature(from = "EuclRandVariable", to = "EuclRandVarList")}:
create a \code{"EuclRandVarList"} object from a Euclidean random variable. }
More information about the Robast-commits
mailing list