Closed cellocgw closed 4 years ago
Thank you very much for your suggestion. I was not aware of the function grDevices::xy.coords (we can always learn something new). I updated the function hyperbolatFit accordingly. Don't hesitate to share any suggestions.
At the top of fitHyperbola, you do a check on the dimensions of x. (when y= NULL). May I suggest instead using the function grDevices::xy.coords instead? It's a bit cleaner.