Skip to content

Commit

Permalink
example added
Browse files Browse the repository at this point in the history
  • Loading branch information
urbach committed Jun 29, 2013
1 parent 3c7f63b commit fea368b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions man/computeacf.Rd
Expand Up @@ -68,9 +68,10 @@ computeacf(tseries, W.max, Lambda=100)
\code{\link{summary.hadronacf}}
}
\examples{
\dontrun{myacf <- computeacf(tsdata, 500)}
\dontrun{plot(myacf)}
\dontrun{summary(myacf)}
data(plaq.sample)
myacf <- computeacf(tsdata, 300)
plot(myacf)
summary(myacf)
}
\author{Carsten Urbach, \email{curbach@gmx.de}}
\keyword{ts, acf, autocorrelationtime}

0 comments on commit fea368b

Please sign in to comment.