arbin_plotvp: arbin_plotvp

Description Usage Arguments Examples

Description

This function takes a data frame of raw data and a specified cycle - or number of cycles, as a vector - and outputs charge and discharge voltage profiles.

Usage

1
arbin_plotvp(data, cycles)

Arguments

data

The dataset, which can be the list as outputted by arbin_import or the data frame as arbin_import_raw.

cycles

The cycles to be plotted, expressed as a vector

Examples

1
2
arbin_plotvp(mydataset, 1)
arbin_plotvp(mydataset, cycles = c(1,5,10))

mjlacey/arbintools documentation built on May 23, 2019, 1:04 a.m.