knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

gsignal

Project Status: Active – The project has reached a stable, usable state and is being actively developed. CRAN_Status_Badge R-CMD-check codecov license Codecov test coverage

R implementation of the 'Octave' package 'signal'.

Installation

To install the stable version from CRAN:

install.packages("gsignal")

The latest development version can be downloaded directly from GitHub:

library(devtools)
install_github("gjmvanboxtel/gsignal")

An overview of the functions in the package is available in the vignette.



gjmvanboxtel/gsignal documentation built on Nov. 22, 2023, 8:19 p.m.