metabolism_trend: Plot animal metabolism trends.

Description Usage Arguments Value Examples

View source: R/figures.R

Description

metabolism_trend graphcially displays the animal metabolism data by chamber. The data are adjusted to a standardized measurement reading for illustration.

Usage

1
2
3
4
5
6
7
metabolism_trend(
  animal_metabolism,
  maven_experiment = "",
  outdir = NULL,
  out_filename = "MetabolismTrends",
  out_filetype = ".png"
)

Arguments

animal_metabolism

animal metabolism dataframe extracted from the MAVEn without baseline using extract_metabolism.

maven_experiment

Experiment name. Applied to both figures and files.

outdir

Folder where figure should be stored.

out_filename

Figure name.

out_filetype

Figure file type.

Value

Plot of standardized metabolism readings for each cycle within each chamber.

Examples

1
2
#metabolism_trend(animal_metabolism, outdir = "output",
#out_filename = "", out_filetype = ".png")

dapperstats/MAVEn documentation built on Jan. 22, 2021, 3:39 p.m.