-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.69 KB
/
DESCRIPTION
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
Package: FishResp
Version: 1.1.2
Title: Analytical Tool for Aquatic Respirometry
Description: Calculates metabolic rate of fish and other aquatic organisms measured using
an intermittent-flow respirometry approach. The tool is used to run a set of graphical
QC tests of raw respirometry data, correct it for background respiration and chamber
effect, filter and extract target values of absolute and mass-specific metabolic rate.
Experimental design should include background respiration tests and measuring of one
or more metabolic rate traits. The R package is ideally integrated with the pump
controller 'PumpResp' and the DO meter 'SensResp' (open-source hardware by FishResp).
Raw respirometry data can be also imported from 'AquaResp' (free software), 'AutoResp'
('LoligoSystems'), 'OxyView' ('PreSens'), 'Pyro Oxygen Logger' ('PyroScience') and
'Q-box Aqua' ('QubitSystems'). More information about the R package 'FishResp'is
available in the publication by Morozov et al. (2019) <doi:10.1093/conphys/coz003>.
URL: https://fishresp.org
Authors@R: c(
person("Sergey", "Morozov", role = c("aut", "cre"), email = "sergey.morozov@helsinki.fi"),
person("Scott", "McCairns", role = "aut"),
person("Juha", "Merila", role = "ctb")
)
Maintainer: Sergey Morozov <sergey.morozov@helsinki.fi>
License: GPL-3
SystemRequirements: Display resolution >= 1280x800; RAM >= 4GB
Depends: R (>= 3.0.0)
Imports: chron, lattice, mclust, rMR, respirometry
LazyData: TRUE
RoxygenNote: 7.3.2
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2024-11-11 00:12:01 UTC; greatsage