]> git.donarmstrong.com Git - ape.git/blobdiff - man/delta.plot.Rd
various bug fixes
[ape.git] / man / delta.plot.Rd
index 0a24cfedebd0a362a51779684bf1aa9e5cf1409a..cf45e2cfa40cfeb8085f64284f9a08d9d53b8a59 100644 (file)
@@ -7,7 +7,7 @@ delta.plot(X, k = 20, plot = TRUE, which = 1:2)
 \arguments{
   \item{X}{a distance matrix, may be an object of class ``dist''.}
   \item{k}{an integer giving the number of intervals in the plot.}
-  \item{plot}{a logival specifying whether to draw the
+  \item{plot}{a logical specifying whether to draw the
     \eqn{\delta}{delta} plot (the default).}
   \item{which}{a numeric vector indicating which plots are done; 1: the
     histogram of the \eqn{\delta_q}{delta_q} values, 2: the plot of the
@@ -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}