]> git.donarmstrong.com Git - ape.git/blobdiff - man/delta.plot.Rd
various corrections
[ape.git] / man / delta.plot.Rd
index 0a24cfedebd0a362a51779684bf1aa9e5cf1409a..59877a0b0e4ca745f177ffdb5838f3e92e011d01 100644 (file)
@@ -26,7 +26,7 @@ delta.plot(X, k = 20, plot = TRUE, which = 1:2)
   may be very long with only a slight increase in sample size.
 }
 \value{
-  This function returns invisibly a named list with two componente:
+  This function returns invisibly a named list with two components:
 
   \itemize{
     \item{counts}{the counts for the histogram of
@@ -48,6 +48,7 @@ delta.plot(X, k = 20, plot = TRUE, which = 1:2)
 data(woodmouse)
 d <- dist.dna(woodmouse)
 delta.plot(d)
+layout(1)
 delta.plot(d, 40, which = 1)
 }
 \keyword{hplot}