[Distr-commits] r574 - branches/distr-2.2/pkg/distrEllipse/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Sep 4 12:56:05 CEST 2009
Author: stamats
Date: 2009-09-04 12:56:04 +0200 (Fri, 04 Sep 2009)
New Revision: 574
Modified:
branches/distr-2.2/pkg/distrEllipse/man/0distrEllipse-package.Rd
branches/distr-2.2/pkg/distrEllipse/man/MVtDistribution-class.Rd
branches/distr-2.2/pkg/distrEllipse/man/MultivarMixingDistribution-class.Rd
branches/distr-2.2/pkg/distrEllipse/man/distrEllipseoptions.Rd
branches/distr-2.2/pkg/distrEllipse/man/plot-methods.Rd
Log:
html-Links should work now in package distrEllipse
Modified: branches/distr-2.2/pkg/distrEllipse/man/0distrEllipse-package.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEllipse/man/0distrEllipse-package.Rd 2009-09-04 10:43:10 UTC (rev 573)
+++ branches/distr-2.2/pkg/distrEllipse/man/0distrEllipse-package.Rd 2009-09-04 10:56:04 UTC (rev 574)
@@ -78,7 +78,8 @@
only the version information is displayed.
The same can be achieved by wrapping the \code{library} or \code{require} call into
-either \code{\link[startupmsg]{suppressStartupMessages}()} or \code{\link[startupmsg]{onlytypeStartupMessages}(.,atypes="version")}.
+either \code{\link[startupmsg:StartupUtilities]{suppressStartupMessages}()} or
+\code{\link[startupmsg:StartupUtilities]{onlytypeStartupMessages}(.,atypes="version")}.
}
Modified: branches/distr-2.2/pkg/distrEllipse/man/MVtDistribution-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEllipse/man/MVtDistribution-class.Rd 2009-09-04 10:43:10 UTC (rev 573)
+++ branches/distr-2.2/pkg/distrEllipse/man/MVtDistribution-class.Rd 2009-09-04 10:56:04 UTC (rev 574)
@@ -22,9 +22,9 @@
\item{\code{img}}{Object of class \code{"Reals"}. }
\item{\code{param}}{Object of class \code{"MVtParameter"}. }
\item{\code{r}}{function with argument \code{n}; random number generator}
- \item{\code{d}}{ the density of this distribution, \code{\link[mvtnorm]{dmvt}}}
- \item{\code{p}}{the (vectorized) function \code{\link[mvtnorm]{pmvt}}.}
- \item{\code{q}}{the (vectorized) function \code{\link[mvtnorm]{qmvt}}.}
+ \item{\code{d}}{ the density of this distribution, \code{\link[mvtnorm:Mvt]{dmvt}}}
+ \item{\code{p}}{the (vectorized) function \code{\link[mvtnorm:Mvt]{pmvt}}.}
+ \item{\code{q}}{the (vectorized) function \code{\link[mvtnorm:Mvt]{qmvt}}.}
\item{\code{radDistr}}{an object of class \code{AbscontDistribution}
with density
\deqn{{\rm dim} {({\rm dim}+{\rm df}-1)/2\choose{{\rm df}/2-1}} x^{{\rm dim}-1} {\rm df}^{-{\rm dim}/2}/
@@ -59,7 +59,7 @@
}
\author{Peter Ruckdeschel \email{Peter.Ruckdeschel at itwm.fraunhofer.de}}
\examples{
-new("MVtDistribution") ## better use MVt
+new("MVtDistribution") ## better use generating function MVt
}
\seealso{Package \pkg{mvtnorm}}
\concept{Multivariate t Distribution}
Modified: branches/distr-2.2/pkg/distrEllipse/man/MultivarMixingDistribution-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEllipse/man/MultivarMixingDistribution-class.Rd 2009-09-04 10:43:10 UTC (rev 573)
+++ branches/distr-2.2/pkg/distrEllipse/man/MultivarMixingDistribution-class.Rd 2009-09-04 10:56:04 UTC (rev 574)
@@ -74,15 +74,15 @@
\item{gaps}{\code{signature(object = "MultivarMixingDistribution")} returns the corresponding slot}
\item{.logExact}{\code{signature(object = "Distribution")}: returns slot
\code{.logExact} if existing; else tries to convert the object to a newer
- version of its class by \code{\link[distr]{conv2NewVersion}} and
+ version of its class by \code{\link[distr:versionmanagement]{conv2NewVersion}} and
returns the corresponding slot of the converted object.}
\item{.lowerExact}{\code{signature(object = "Distribution")}: returns slot
\code{.lowerExact} if existing; else tries to convert the object to a
- newer version of its class by \code{\link[distr]{conv2NewVersion}} and
+ newer version of its class by \code{\link[distr:versionmanagement]{conv2NewVersion}} and
returns the corresponding slot of the converted object.}
\item{Symmetry}{returns slot \code{Symmetry} if existing; else
tries to convert the object to a
- newer version of its class by \code{\link[distr]{conv2NewVersion}} and
+ newer version of its class by \code{\link[distr:versionmanagement]{conv2NewVersion}} and
returns the corresponding slot of the converted object.}
\item{plot}{\code{signature(x = "MultivarMixingDistribution", y = "missing")}:
plot for an spherically symmetric distribution; see \code{\link{plot-methods}}.
@@ -109,7 +109,7 @@
\code{\link[distrEx]{MultivariateDistribution-class}},
\code{\link[distr]{LatticeDistribution-class}},
\code{\link[distr]{AbscontDistribution-class}},
-\code{\link[distr]{simplifyD}},
+\code{\link[distr]{simplifyD-methods}},
\code{\link[distr]{flat.mix}}
}
\examples{
Modified: branches/distr-2.2/pkg/distrEllipse/man/distrEllipseoptions.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEllipse/man/distrEllipseoptions.Rd 2009-09-04 10:43:10 UTC (rev 573)
+++ branches/distr-2.2/pkg/distrEllipse/man/distrEllipseoptions.Rd 2009-09-04 10:56:04 UTC (rev 574)
@@ -62,7 +62,7 @@
getdistrEllipseOption("Nsim")
distrEllipseoptions(c("Nsim","withED"))
}
-\seealso{\code{\link[base]{options}}, \code{\link[base]{getOption}}}
+\seealso{\code{\link[base]{options}}, \code{\link[base:options]{getOption}}}
\keyword{distribution}
\concept{global options}
\concept{options}
Modified: branches/distr-2.2/pkg/distrEllipse/man/plot-methods.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEllipse/man/plot-methods.Rd 2009-09-04 10:43:10 UTC (rev 573)
+++ branches/distr-2.2/pkg/distrEllipse/man/plot-methods.Rd 2009-09-04 10:56:04 UTC (rev 574)
@@ -41,7 +41,7 @@
\item{\dots}{addtional arguments for \code{plot} --- see
\code{\link[graphics]{plot}},
\code{\link[graphics]{plot.default}},
- \code{\link[graphics]{plot.stepfun}} }
+ \code{\link[stats]{plot.stepfun}} }
}
\details{
Using \code{pairs}, plots all pairs of coordinates of the object, using simulated
@@ -61,7 +61,7 @@
\seealso{\code{\link[graphics]{pairs}},
\code{\link[graphics]{plot}}
\code{\link[graphics]{plot.default}},
- \code{\link[graphics]{plot.stepfun}}, \code{\link[graphics]{par}}}
+ \code{\link[stats]{plot.stepfun}}, \code{\link[graphics]{par}}}
\keyword{methods}
\keyword{hplot}
\keyword{distribution}
More information about the Distr-commits
mailing list