View source: R/miscellaneous-helper-functions.R
examineTrajectoryAssessment | R Documentation |
Visualizes the distribution of the assessment-scores (residuals-area-under-the-curve) of a trajectory.
examineTrajectoryAssessment( atdf, limits = c(0, 10), plot_type = "histogram", binwidth = 0.5, clrp = "milo", ... )
atdf |
A data.frame containing the results of trajectory-modelling. Must contain the variables:
|
limits |
The minimum and maximum auc-values to include. Given to
|
plot_type |
One of 'histogram', 'density', and 'ridgeplot'. |
... |
additional arguments given to |
Returns a ggplot-object that can be additionally customized according to the rules of the ggplot2-framework.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.