Usage
ppt_titrant(conc.analyte = 0.025, conc.titrant = 0.05, vol.analyte = 50, pksp = 16.08, plot = TRUE, eqpt = FALSE, overlay = FALSE, ...)
Arguments
conc.analyte
Molar concentration of the analyte; defaults to
0.025 M.
conc.titrant
Molar concentration of the titrant; defaults to
0.050 M.
vol.analyte
Initital volume, in mL, of the solution
containing the analyte; defaults to 50.00 mL.
pksp
The pKsp value for the precipitate; defaults to 16.08,
which is the pKsp for AgI.
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.