MyNixOS website logo
Description

A Comprehensive R Tool for Zootechnical Metrics.

A collection of functions to compute frequently used metrics for nutrition trials in aquaculture. Implementations include metrics to calculate growth, feed conversion, nutrient use efficiency, and feed digestibility. The package supports reproducible workflows for summarising experimental results and reduces manual calculation errors. For additional information see Machado e Silva, Karthikeyan and Tellbüscher (2025) <doi:10.13140/RG.2.2.27322.04808>.

aquacultuR

R-CMD-check Codecov testcoverage

aquacultuR is an R package providing functions for the calculation of growth and feed conversion metrics. The provided example datasets originate from studies in the field of aquaculture.

Notes

merge into cran, not into main!

Why using aquacultuR?

Until now, a comprehensive collection of equations that are commonly used in animal nutrition does not exist. This can make it difficult for people entering the field to understand how values were obtained. Also, the use of incorrect equations might not be recognized by reviewers in some cases. The advantages of wrapping those equations up in an R package in comparison to an Excel file are

  • superior reproducibility
  • reduced susceptibility to human errors
  • having a citeable resource on hand that can be referred to

Installation

You can install aquacultuR from CRAN using:

install.packages("aquacultuR")

You can also install aquacultuR from GitHub if you prefer the latest development version by using:

require(devtools)
devtools::install_github("TellAnAx/aquacultuR")

In both cases, the package can eventually be loaded using:

library(aquacultuR)

Functionalities

FunctionMetricSynonym
gbw()Geometric bodyweight
mbw()Metabolic bodyweight
ag()Absolute growth (AG)Weight gain
agr()Absolute growth rate (AGR)
rgr()Relative growth rate (RGR)
sgr()Specific growth rate (SGR)
tgc()Thermal growth coefficient (TGC)
fr()Feeding rate (FR)
rfr()Relative feeding rateFeeding rate
nr()Nutrient retention
fcr()Feed conversion ratio (FCR)
fce()Feed conversion efficiency (FCE)
ner()Nutrient efficiency ratio (NER)Protein/Energy/X efficiency ratio
adc_dm()Apparent digestibility coefficient (ADC)
adc_nut()Apparent digestibility coefficient (ADC)
adc_ingr()Apparent digestibility coefficient (ADC)

About

Authors:

Contributors:

  • Madhav Karthikeyan

Logo design:

  • Tomáš Pěnka.
Metadata

Version

1.1.1

License

Unknown

Platforms (78)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    uefi
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-freebsd
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64-uefi
  • aarch64-windows
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-linux
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-uefi
  • x86_64-windows