[Distr-commits] r1297 - branches/distr-2.8/pkg/distr/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Mar 1 16:58:46 CET 2019


Author: ruckdeschel
Date: 2019-03-01 16:58:46 +0100 (Fri, 01 Mar 2019)
New Revision: 1297

Modified:
   branches/distr-2.8/pkg/distr/man/plot-methods.Rd
Log:
[distr] branch 2.8 plot method for distributions some examples moved in \dontrun for timing

Modified: branches/distr-2.8/pkg/distr/man/plot-methods.Rd
===================================================================
--- branches/distr-2.8/pkg/distr/man/plot-methods.Rd	2019-03-01 15:57:35 UTC (rev 1296)
+++ branches/distr-2.8/pkg/distr/man/plot-methods.Rd	2019-03-01 15:58:46 UTC (rev 1297)
@@ -269,6 +269,7 @@
 plot(Ch, cex = 1.2, pch.u = 20, pch.a = 10, col.points = "green", 
      col.vert = "red")
 
+\dontrun{ # to save time 
 ## some distribution with gaps
 wg <- flat.mix(UnivarMixingDistribution(Unif(0,1),Unif(4,5), 
                withSimplify=FALSE))
@@ -298,8 +299,8 @@
 ### the next ylab argument is just for illustration purposes
 plot(as(P,"UnivarLebDecDistribution"),mfColRow = FALSE,to.draw.arg=c("d.d"),
      xlab="x",ylab=list(expression(paste(lambda,"-density of \%C(\%P)"))))
-
 }
+}
 \seealso{\code{\link[graphics]{plot}},\code{\link[graphics]{plot.default}}, 
          \code{\link[stats]{plot.stepfun}},  \code{\link[graphics]{par}}}
 \keyword{methods}



More information about the Distr-commits mailing list