Skip to content

Commit

Permalink
downsample doc polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Jul 16, 2024
1 parent 4620add commit ccf862a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion R/gsignal.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
#' Downsample a signal by an integer factor
#'
#' @details This provides a simple wrapper around the [gsignal::downsample()]
#' function with support for the time series functionality found in the base R
#' [stats::ts()] functions and friends.
#'
#' @inheritParams gsignal::downsample
#' @return
#' @export
#' @importFrom stats is.ts is.mts deltat start
#' @importFrom gsignal downsample
#'
#' @seealso [stats::ts()], [gsignal::downsample()]
#' @examples
#' x=1:10
#' x
Expand Down
10 changes: 9 additions & 1 deletion man/downsample.Rd

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

0 comments on commit ccf862a

Please sign in to comment.