Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peter-t-ruehr/forcer
Development version of CRAN package forceR
https://github.com/peter-t-ruehr/forcer
Last synced: about 1 month ago
JSON representation
Development version of CRAN package forceR
- Host: GitHub
- URL: https://github.com/peter-t-ruehr/forcer
- Owner: Peter-T-Ruehr
- License: other
- Created: 2022-03-14T11:48:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T21:53:03.000Z (9 months ago)
- Last Synced: 2024-10-12T16:45:01.555Z (2 months ago)
- Language: HTML
- Size: 2.62 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# forceR
**A vignette which guides you through all functions of the package is available [here](https://htmlpreview.github.io/?https://github.com/Peter-T-Ruehr/forceR/blob/main/vignettes/forceR.html)**.
### Functionality
The package `forceR` has originally been written for insect bite force data preparation and analysis, but it can be used for any kind of time series measurements. Functions include
- loading, plotting, and cropping of data
- correction of charge amplifier drifts
- correction of baseline drifts
- reduction of sampling frequency
- automatic extraction of single peaks
- rescaling (normalization) of curves
- reduction of curves to 100 time steps each
- finding of best polynomial fits to describe all curves### Installation
#### Official release
To install the stable version of `forceR` from [CRAN](https://CRAN.R-project.org/package=forceR) use the following command:
install.packages('forceR')
#### Development version
You can also install the current development version of `forceR` from the [GitHub repository](https://github.com/Peter-T-Ruehr/forceR):
require(devtools)
devtools::install_github("https://github.com/Peter-T-Ruehr/forceR")### Version history
Check out the [News page](https://github.com/Peter-T-Ruehr/forceR/blob/main/NEWS.md) of `forceR`.
### Citation
If you use this package, please cite the original publication:
Rühr, PT & Blanke, A (**2022**): forceX and `forceR`: a mobile setup and R package to measure and analyze a wide range of animal closing forces. *Methods in Ecology and Evolution* **13**(9): pp. 1938--1948. doi: [10.1111/2041-210X.13909](https://doi.org/10.1111/2041-210X.13909).