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

https://github.com/tabe/allometry

An R package for allometric datasets
https://github.com/tabe/allometry

Last synced: 11 months ago
JSON representation

An R package for allometric datasets

Awesome Lists containing this project

README

          

# allometry: Examples of Datasets on Allometry

[![CRAN status](https://www.r-pkg.org/badges/version/allometry)](https://CRAN.R-project.org/package=allometry)
[![R-CMD-check.yaml](https://github.com/tabe/allometry/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/tabe/allometry/actions/workflows/check-standard.yaml)
[![downloads](https://cranlogs.r-pkg.org/badges/allometry)](https://CRAN.R-project.org/package=allometry)

This package contains the following datasets about allometry:

* `earwigs': The morphological measurement of 113 maritime earwigs (Anisolabis maritima).
(Source: Tomoki Matsuzawa, Junji Konuma, Positive allometry in the forceps of the female earwig Anisolabis maritima (Dermaptera: Anisolabididae), Biological Journal of the Linnean Society, Volume 145, Issue 2, June 2025, blaf031, )

## Installation

```R
# Install the released version from CRAN
install.packages("allometry")

# Install the development version from GitHub
devtools:install_github("tabe/allometry")
```

## License
[GPLv3](http://www.gnu.org/licenses/gpl-3.0.en.html)