-
cdom_fit_exponential()
has been renamed tocdom_exponential()
. -
All fitting functions are now using
purrr:safely()
to safely fit non-linear models. -
Implemented S3 funnctions
coef()
,predict()
andplot()
for object returned bycdom_exponential()
.
- First version of cdom