Skip to content

Commit

Permalink
plot example: make simpler to reduce computing time
Browse files Browse the repository at this point in the history
  • Loading branch information
lschneiderbauer committed Jun 13, 2024
1 parent bd89fc4 commit 382753a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/fcwtr_scalogram.R
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ as.data.frame.fcwtr_scalogram <- function(x, ...) {
#' @importFrom graphics plot
#' @export
#' @examplesIf requireNamespace("ggplot2", quietly = TRUE)
#' ts_sin_440 <- sin((1:44100) * 2 * pi * 440 / 44100)
#' ts_sin_440 <- sin((1:4410) * 2 * pi * 440 / 44100)
#'
#' res <-
#' fcwt(
Expand Down
2 changes: 1 addition & 1 deletion man/plot.fcwtr_scalogram.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 382753a

Please sign in to comment.