jefferis / gsignal

R implementation of the Octave signal package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

R implementation of the Octave signal package

License:GNU General Public License v3.0


Languages

Language:R 96.2%Language:C++ 3.8%