View source: R/plotting_functions.R
residual_plot.moult | R Documentation |
This function displays a plot that shows where observed dates and moult scores fall relative to the predictions of the fitted model. Active moult observations should generally fall within +/- 3 start-date standard deviations of the regression line.
## S3 method for class 'moult' residual_plot(x, plot = TRUE, ...)
x |
moult model object created with moult::moult |
plot |
logical, if TRUE (default) return a plot, else return a data.frame with calculated quantities |
... |
not currently used |
a plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.