Skip to content

Commit

Permalink
fixed bad comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raphywink committed Nov 17, 2014
1 parent 93140e6 commit 2a43fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/zcrana.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
##' # calculate zcr values
##' res <- zcrana(path2wav, toFile=FALSE)
##'
##' # plot rms values
##' # plot zcr values
##' plot(seq(0,numRecs.AsspDataObj(res) - 1) / rate.AsspDataObj(res) +
##' attr(res, 'startTime'),
##' res$zcr,
Expand Down
2 changes: 1 addition & 1 deletion man/zcrana.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ path2wav <- list.files(system.file("extdata", package = "wrassp"),
# calculate zcr values
res <- zcrana(path2wav, toFile=FALSE)

# plot rms values
# plot zcr values
plot(seq(0,numRecs.AsspDataObj(res) - 1) / rate.AsspDataObj(res) +
attr(res, 'startTime'),
res$zcr,
Expand Down

0 comments on commit 2a43fea

Please sign in to comment.