metabolism_diag: Visual diagnostic for metabolism data using MAVEn with...

Description Usage Arguments Value Examples

View source: R/figures.R

Description

Visual diagnostic for metabolism data using MAVEn with baseline

Usage

1
2
3
4
5
6
7
8
metabolism_diag(
  maven_raw,
  metabolism_summary_cycle,
  maven_experiment = "",
  outdir = NULL,
  out_filename = "MetabolismDiagnostic",
  out_filetype = ".png"
)

Arguments

maven_raw

Complete MAVEn dataset including baseline readings.

metabolism_summary_cycle

Dataframe calculated by summarize_metabolism with the "by_cycle" type indicated.

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 with raw MAVEn data and calculated median metabolism.

Examples

1
2
3
#metabolism_diag(maven_raw, metabolism_summary_cycle, 
#outdir = "output", out_filename = "MetabolismDiagnostic", 
#out_filetype = ".png")

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