Usage
wb_sa(conc.acid = 0.1, conc.base = 0.1, pka = 9, pkw = 14, vol.base = 50, plot = TRUE, eqpt = FALSE, overlay = FALSE, ...)
Arguments
conc.acid
Molar concentration of the strong acid titrant;
defaults to 0.10 M.
conc.base
Molar concentration of the weak base analyte;
defaults to 0.10 M.
pka
The pKa value for the weak base analyte's conjugate weak
acid; defaults to a pKa of 9, or a pKb of 5 for the weak base analyte.
pkw
The pKw (or pKs) value for the solvent; defaults to water
as a solvent with a pKw of 14.
vol.base
Initial volume, in mL, of the solution that
contains the weak base analyte; defaults to 50.00 mL.
plot
Logical; if TRUE, plots the titration curve.
eqpt
Logical; if TRUE, draws a vertical line at the titration
curve's equivalence point.
overlay
Logical; if TRUE, adds the current titration curve
to the existing titration curve.
...
Additional arguments to pass to plot()
function.