plotCathRes: plotCathRes

View source: R/plotCathRes.R

plotCathResR Documentation

plotCathRes

Description

plots cathode resistance per pot for several pots versus age

Usage

plotCathRes(d, pot, age, res, ncol = 3)

Arguments

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

Value

ggplot with a facet for each pot

Examples

data("resCathData")
d <- resCathData
plotCathRes(d, cod_cuve, agebsq, rucv)



OlivierGranacher/modelCathRes documentation built on June 23, 2022, 3:03 p.m.