npde_scatter | R Documentation |
Get a single graphic of NPDE
or CWRES
diagnostics versus TIME
,
TAD
and PRED
. Output can be in either long or compact format.
npde_scatter(
df,
xname = "value",
unit_time = "hours",
unit_tad = "hours",
xby_time = NULL,
xby_tad = NULL,
tag_levels = NULL,
compact = FALSE
)
cwres_scatter(
df,
xname = "value",
unit_time = "hours",
unit_tad = "hours",
xby_time = NULL,
xby_tad = NULL,
tag_levels = NULL,
compact = FALSE
)
df |
a data frame to plot. |
xname |
passed to |
unit_time |
passed to |
unit_tad |
passed to |
xby_time |
passed to |
xby_tad |
passed to |
tag_levels |
passed to |
compact |
use |
A single graphic with three panels (NPDE
or CWRES
versus TIME
, TAD
and PRED
) as a patchwork
object. The default behavior is to create a
graphic with three panels in three rows, filling a portrait page.
Use compact = TRUE
for a single graphic in two rows, with the TIME
plot on the top and the TAD
and PRED
plots on the bottom.
npde_panel()
, npde_panel_list()
, cwres_panel()
,
cwres_panel_list()
data <- pmplots_data_obs()
npde_scatter(data)
npde_scatter(data, compact = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.