plotCathRes | R Documentation |
plots cathode resistance per pot for several pots versus age
plotCathRes(d, pot, age, res, ncol = 3)
d |
datatable containing the data |
pot |
character pot variable |
age |
numeric pot age in days |
res |
numeric cathode resistance in microhm |
ncol |
number of columns for facetting |
ggplot with a facet for each pot
data("resCathData") d <- resCathData plotCathRes(d, cod_cuve, agebsq, rucv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.