res_q.Rd
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 |
A single plot.
The x
column must be numeric.