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", ...)
Arguments
- df
data frame to plot
- x
character name for x-axis data
- xs
see defx
- ys
see defy
- abline
numeric vector with two elements to be passed to
geom_abline
- col
color for points
- alpha
alpha value for points
- size
size for points
- ...
arguments passed back to wres_q
Details
The x
column must be numeric.