ebase_plot {EBASE}R Documentation

Plot results from EBASE

Description

Plot results from EBASE

Usage

ebase_plot(res, instantaneous = TRUE)

Arguments

res

output data frame from ebase

instantaneous

logical indicating if results are instantaneous (default) or averaged to daily

Details

All metabolic estimates are plotted as positive values (D is represented as net ingassing).

Value

A ggplot object

Examples

# plot instantaneous
ebase_plot(exres)

# plot daily-averaged
ebase_plot(exres, instantaneous = FALSE)

[Package EBASE version 1.0.1 Index]