Skip to content

Commit

Permalink
as.matrix() cut off printing early
Browse files Browse the repository at this point in the history
  • Loading branch information
lschneiderbauer committed Dec 27, 2024
1 parent 4521cc2 commit bd74c30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions R/fcwtr_scalogram.R
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 3 additions & 1 deletion man/as.matrix.fcwtr_scalogram.Rd

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

0 comments on commit bd74c30

Please sign in to comment.