[Distr-commits] r293 - branches/distr-2.1/pkg/distr/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Oct 10 14:24:41 CEST 2008
Author: stamats
Date: 2008-10-10 14:24:41 +0200 (Fri, 10 Oct 2008)
New Revision: 293
Modified:
branches/distr-2.1/pkg/distr/man/plot-methods.Rd
branches/distr-2.1/pkg/distr/man/showobj-methods.Rd
Log:
small documentation changes due to warnings in R CMD check, now checks and installs without any warnings and errors under R 2.7.2, R 2.8.0 and R 2.9.0
Modified: branches/distr-2.1/pkg/distr/man/plot-methods.Rd
===================================================================
--- branches/distr-2.1/pkg/distr/man/plot-methods.Rd 2008-10-06 21:46:11 UTC (rev 292)
+++ branches/distr-2.1/pkg/distr/man/plot-methods.Rd 2008-10-10 12:24:41 UTC (rev 293)
@@ -9,7 +9,7 @@
\alias{plot,DistrList,missing-method}
\title{ Methods for Function plot in Package `distr' }
\description{plot-methods}
-\usage{plot(x, ...)
+\usage{plot(x, y, ...)
\S4method{plot}{AbscontDistribution,missing}(x, width = 10, height = 5.5,
withSweave = getdistrOption("withSweave"), xlim = NULL, ylim = NULL, ngrid = 1000,
verticals = TRUE, do.points = TRUE, main = FALSE, inner = TRUE,
@@ -42,7 +42,7 @@
col.hor = par("col"), col.vert = par("col"), col.main = par("col.main"),
col.inner = par("col.main"), col.sub = par("col.sub"), cex.points = 2.0,
pch.u = 21, pch.a = 16, mfColRow = TRUE)
-\S4method{plot}{DistrList,missing}(x, ...)
+\S4method{plot}{DistrList,missing}(x, y, ...)
}
\arguments{
\item{x}{object of class
@@ -51,6 +51,7 @@
\code{"AbscontDistribution"} or class
\code{"DiscreteDistribution"} or class
\code{"DistrList"}: (list of) distribution(s) to be plotted }
+ \item{y}{ missing }
\item{xlim}{the x limits (x1, x2) of the plot. Note that \code{x1 > x2} is
allowed and leads to a "reversed axis". As in \code{plot.default}.}
\item{ylim}{the y limits of the plot. As in \code{plot.default}.}
Modified: branches/distr-2.1/pkg/distr/man/showobj-methods.Rd
===================================================================
--- branches/distr-2.1/pkg/distr/man/showobj-methods.Rd 2008-10-06 21:46:11 UTC (rev 292)
+++ branches/distr-2.1/pkg/distr/man/showobj-methods.Rd 2008-10-10 12:24:41 UTC (rev 293)
@@ -12,9 +12,9 @@
\usage{
showobj(object, ...)
\S4method{showobj}{UnivariateDistribution}(object, className = class(object)[1])
-\S4method{showobj}{DistrList}(object, class = class(object))
-\S4method{showobj}{UnivarMixingDistribution}(object, class = class(object))
-\S4method{showobj}{UnivarLebDecDistribution}(object, class = class(object),
+\S4method{showobj}{DistrList}(object, className = class(object)[1])
+\S4method{showobj}{UnivarMixingDistribution}(object, className = class(object)[1])
+\S4method{showobj}{UnivarLebDecDistribution}(object, className = class(object)[1],
objs)
}
\arguments{
More information about the Distr-commits
mailing list