plot_efficiencies: Plot current and energy efficiency versus cycle number

Description Usage Arguments Details Value Author(s) See Also

Description

This function takes a data frame with current and energy efficiency data and makes a plot of these efficiencies versus cycle number.

Usage

1
plot_efficiencies(inputdf, energyeffy = TRUE)

Arguments

inputdf

Data frame with the data to plot. Should be a data frame made with import_cycling_stats

energyeffy

Defaults to TRUE. If TRUE, plot the energy efficiency as well as the current efficiency.

Details

This function is designed to be used on data frames generated with import_cycling_stats and assumes that the Cycle and ceffy columns exist. The function will return a ggplot, which can be further edited through any of the ggplot methods.

Value

Returns a ggplot object plotting current/energy efficiency versus cycle number.

Author(s)

Mike Gerhardt

See Also

ggplot, import_cycling_stats


mikegerhardt/echem documentation built on May 22, 2019, 10:51 p.m.