res_q | R Documentation |
QQ plot for conditional residuals or NPDE
wres_q(
df,
x = "WRES",
xs = defx(),
ys = defy(),
abline = NULL,
col = opts$qq.col,
alpha = opts$qq.alpha,
size = opts$qq.size,
...
)
cwres_q(df, x = "CWRES", ...)
cwresi_q(df, x = "CWRESI", ...)
npde_q(df, x = "NPDE", ...)
df |
data frame to plot |
x |
character name for x-axis data |
xs |
see |
ys |
see |
abline |
numeric vector with two elements to be passed to
|
col |
color for points |
alpha |
alpha value for points |
size |
size for points |
... |
arguments passed back to |
The x
column must be numeric.
A single plot.
df <- pmplots_data_obs()
cwresi_q(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.