X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fdelta.plot.Rd;h=cf45e2cfa40cfeb8085f64284f9a08d9d53b8a59;hb=1ad48c7a70983375138a6500372db588c8a3a134;hp=0a24cfedebd0a362a51779684bf1aa9e5cf1409a;hpb=574e4a9ffc7503feb10351a268c0523912f6257e;p=ape.git diff --git a/man/delta.plot.Rd b/man/delta.plot.Rd index 0a24cfe..cf45e2c 100644 --- a/man/delta.plot.Rd +++ b/man/delta.plot.Rd @@ -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}