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