Description Usage Arguments Examples
This function takes a list of datasets, a vector of labels for those datasets and returns a formatted capacity vs cycle number plot.
1 |
list |
A list of datasets, as exported from the arbin_import function - so each list element is also a list |
labels |
A vector of labels corresponding to the datasets in the list, in the correct order. |
1 | arbin_Qplot(list(mydatasetA, mydatasetB), labels = c("dataset A", "dataset B"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.