Usage
ppt_mixture(conc.analyte1 = 0.05, conc.analyte2 = 0.05, vol.analyte = 25, conc.titrant = 0.05, pksp1 = 16.08, pksp2 = 11.97, plot = TRUE, eqpt = FALSE, overlay = FALSE, ...)
Arguments
conc.analyte1
Molar concentration of the first analyte;
defaults to 0.050 M.
conc.analyte2
Molar concentration of the second analyte;
defaults to 0.050 M.
vol.analyte
The initial olume, in mL, of the solution
containing the analyte; defaults to 25.00 mL.
conc.titrant
Molar concentration of the titrant;
defaults to 0.050 M.
pksp1
The pKsp value for the first analyte's precipitate;
defaults to 16.08, which is the pKsp for AgI.
pksp2
The pKsp value for the second analyte's precipitate;
defaults to 11.97, which is the pKsp for AgSCN.
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.