diff --git a/R/fcwtr_scalogram.R b/R/fcwtr_scalogram.R index c5fb78f..e524ef0 100644 --- a/R/fcwtr_scalogram.R +++ b/R/fcwtr_scalogram.R @@ -347,6 +347,8 @@ as.data.frame.fcwtr_scalogram <- function(x, ...) { #' @return A two dimensional numeric vector, inheriting the class "matrix". #' #' @examples +#' options(max.print = 10) +#' #' fcwt( #' sin((1:5000) * 2 * pi * 440 / 44100), #' sample_freq = 44100, diff --git a/man/as.matrix.fcwtr_scalogram.Rd b/man/as.matrix.fcwtr_scalogram.Rd index f80d27d..d152f25 100644 --- a/man/as.matrix.fcwtr_scalogram.Rd +++ b/man/as.matrix.fcwtr_scalogram.Rd @@ -12,13 +12,15 @@ \item{...}{additional arguments to be passed to or from methods.} } \value{ -A two dimensional numeric vector, inheriting the S3 class "matrix". +A two dimensional numeric vector, inheriting the class "matrix". } \description{ Strips attributes and class from a scalogram object to retrieve a pure matrix. } \examples{ +options(max.print = 10) + fcwt( sin((1:5000) * 2 * pi * 440 / 44100), sample_freq = 44100,