Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sciviews/pastecs
- Owner: SciViews
- License: gpl-2.0
- Created: 2015-07-19T18:18:40.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T13:05:23.000Z (12 months ago)
- Last Synced: 2024-04-26T02:22:10.664Z (9 months ago)
- Topics: ecology, r, time-series
- Language: R
- Homepage:
- Size: 3.72 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).