plot.kinetic | R Documentation |
Generates a plot of the actual numeric values (type = 'fit'), a plot with the frequency (type = 'frequency', for binomial-family objects) or a series of diagnostic plots of model residuals (type = 'diagnostic').
## S3 method for class 'kinetic' plot( x, type = c("fit", "frequency", "diagnostic"), cust_theme = ggplot2::theme_classic(), plot_title = NULL, plot_subtitle = NULL, plot_tag = NULL, ... )
x |
a kinetic class object. |
type |
plot type, 'fit' by default. |
cust_theme |
a ggplot theme. |
plot_title |
plot title. |
plot_subtitle |
plot subtitle. |
plot_tag |
plot tag. If NULL, number or range of complete observations is presented. |
... |
extra arguments passed to |
a ggplot object or a list of ggplot objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.