-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.Rmd
More file actions
33 lines (24 loc) · 1.75 KB
/
Copy pathREADME.Rmd
File metadata and controls
33 lines (24 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include=FALSE}
knitr::opts_chunk$set(collapse = TRUE, comment = "#>",
fig.path = "man/figures/README-", out.width = "100%")
```
# Package for Analysis of Space-Time Ecological Series <a href="https://www.sciviews.org/pastecs"><img src="man/figures/logo.png" align="right" height="138"/></a>
<!-- badges: start -->
[](https://github.com/SciViews/pastecs/actions/workflows/R-CMD-check.yaml)
[](https://codecov.io/gh/SciViews/pastecs)
[](https://cran.r-project.org/package=pastecs)
[](https://sciviews.r-universe.dev/pastecs)
[](https://www.gnu.org/licenses/gpl-2.0.html)
[](https://www.tidyverse.org/lifecycle/#stable)
<!-- badges: end -->
**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")
```
## Code of Conduct
Please note that the {pastecs} package is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.