gavinsimpson / gratia

ggplot-based graphics and useful functions for GAMs fitted using the mgcv package
https://gavinsimpson.github.io/gratia/
Other
202 stars 28 forks source link

`derivative_samples()` has unnecessary argument `level` #291

Closed gavinsimpson closed 3 months ago

gavinsimpson commented 3 months ago

derivative_samples() has unnecessary argument level, which is not used. Remove it (but properly, with a deprecation from lifecycle so that users get a warning rather than it being silently ignored.)