I try to plot some titration curves using R. I wanted to use the titrationCurves package. However, when I try to plot the data using sb_sa() for example, I get the following error:
Error in data.frame(volume, ph) :
arguments imply differing number of rows: 36, 1301
My dataframe definetly does have two columns with the same sizes/numbers of rows. plot() works fine...
The package has not received any updates for some years. Might it be broken? Does anyone else have that problem or does it work for you? Might there be another problem?
my R Version:
version.string R version 4.1.0 (2021-05-18) nickname Camp Pontanezen
Thanks in advance for your replies!