augment.drfit | R Documentation |
Get a tibble of the original data with augmentation.
## S3 method for class 'drfit'
augment(x, ...)
x |
The object. |
... |
Unused parameters. |
A tibble of the augmented data.
Other generics:
glance.drfit()
,
tidy.drfit()
fit <- dr_fit(detrange::range_obs)
augment(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.