0

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!

  • It's easier to help you if you include a simple [reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) with sample input that can be used to test and verify possible solutions. – MrFlick Jul 15 '21 at 15:57

0 Answers0