Description Usage Arguments Examples
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.
1 | arbin_plotvp(data, cycles)
|
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 |
1 2 | arbin_plotvp(mydataset, 1)
arbin_plotvp(mydataset, cycles = c(1,5,10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.