res_hist | R Documentation |
Histograms of residuals or NPDE
res_hist(df, ..., x = pm_axis_res(), xs = defx())
wres_hist(df, ..., x = pm_axis_wres(), y = "density")
cwres_hist(df, ..., x = pm_axis_cwres())
cwresi_hist(df, x = pm_axis_cwresi(), ...)
npde_hist(df, ..., x = pm_axis("npde"))
df |
data frame to plot. |
... |
passed to |
x |
character name for x-axis data. |
xs |
see |
y |
what to use for the y-axis on the histogram; can be
"count" |
A single plot.
df <- pmplots_data_obs()
cwres_hist(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.