Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sciviews/pastecs

Regularisation, decomposition and analysis of space-time ecological series
https://github.com/sciviews/pastecs

ecology r time-series

Last synced: about 2 months ago
JSON representation

Regularisation, decomposition and analysis of space-time ecological series

Awesome Lists containing this project

README

        

# PASTECS

[![Linux & OSX Build Status](https://travis-ci.org/phgrosjean/pastecs.svg)](https://travis-ci.org/phgrosjean/pastecs)
[![Win Build Status](https://ci.appveyor.com/api/projects/status/github/phgrosjean/pastecs?branch=master&svg=true)](http://ci.appveyor.com/project/phgrosjean/pastecs)
[![Coverage Status](https://img.shields.io/codecov/c/github/phgrosjean/pastecs/master.svg)
](https://codecov.io/github/phgrosjean/pastecs?branch=master)
[![CRAN Status](http://www.r-pkg.org/badges/version/pastecs)](http://cran.r-project.org/package=pastecs)
[![License](https://img.shields.io/badge/license-GPL-blue.svg)](http://www.gnu.org/licenses/gpl-2.0.html)

**PASTECS** stands for **package for the analysis of space-time ecological series**. It allows to transform an irregular time series into a regular one, and to analyze and decompose regular time series. It provides various S3 objects to ease the manipulation of time series.

Install the CRAN version using:

```r
install.packages("pastecs")
```

Latest devel version available from [Github](https://github.com/phgrosjean/pastecs), and sources + Windows binaries at [appveyor](https://ci.appveyor.com/project/phgrosjean/pastecs/build/artifacts).