View source: R/traitUtilities.r
args4devnboxes_plot | R Documentation |
list
of the values for the options of profile plots for comparing smoothsCreates a list
of the values for the options of deviations boxplots for comparing smooths.
Note that plots.by
, facet.x
and facet.y
jointly
define the organization of the plots. The default settings are optimized for traitSmooth
so that,
if you want to change any of these from their default settings when using args4devnboxes_plot
with a function
other than traitSmooth
, then it is recommended that you specify all of them to ensure that the complete set
has been correctly specified. Otherwise, the default settings will be those shown here and these may be different to the
default settings shown for the function with which you are using args4devnboxes_plot
.
args4devnboxes_plot(plots.by = "Type",
facet.x = c("Method", "Tuning"), facet.y = ".",
collapse.facets.x = TRUE, collapse.facets.y = FALSE,
facet.labeller = NULL, facet.scales = "fixed",
angle.x = 0,
which.plots = "none",
ggplotFuncs = NULL,
...)
plots.by |
A |
facet.x |
A |
facet.y |
A |
collapse.facets.x |
A |
collapse.facets.y |
A |
facet.labeller |
A |
facet.scales |
A |
angle.x |
A |
which.plots |
A |
ggplotFuncs |
A |
... |
allows arguments to be passed to other functions; not used at present. |
A named list
.
Chris Brien
traitSmooth
, probeSmooths
, plotSmoothsComparison
and args4chosen_plot
.
args4devnboxes_plot(plots.by = "Type",
facet.x = "Tuning",
facet.y = c("Smarthouse", "Treatment.1"),
which.plots = "absolute")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.