View source: R/traitUtilities.r
args4chosen_plot | R Documentation |
list
of the values for the options of profile plots for the chosen smoothCreates a list
of the values for the options of profile plots (and boxplots facets) for comparing smooths.
Note that plots.by
, facet.x
, facet.y
and include.raw
jointly
define the organization of the plots. The default settings are optimized for traitSmooth
.
args4chosen_plot(plots.by = NULL,
facet.x = ".", facet.y = ".",
include.raw = "no",
collapse.facets.x = FALSE, collapse.facets.y = FALSE,
facet.labeller = NULL, facet.scales = "fixed",
breaks.spacing.x = -2, angle.x = 0,
colour = "black", colour.column = NULL,
colour.values = NULL, alpha = 0.3,
addMediansWhiskers = TRUE,
ggplotFuncs = NULL,
...)
plots.by |
A |
facet.x |
A |
facet.y |
A |
include.raw |
A |
collapse.facets.x |
A |
collapse.facets.y |
A |
facet.labeller |
A |
facet.scales |
A |
breaks.spacing.x |
A |
angle.x |
A |
colour |
A |
colour.column |
A |
colour.values |
A |
alpha |
A |
addMediansWhiskers |
A |
ggplotFuncs |
A |
... |
allows arguments to be passed to other functions; not used at present. |
A named list
.
Chris Brien
traitSmooth
, probeSmooths
, plotSmoothsComparison
and args4profile_plot
.
args4chosen_plot(plots.by = "Type",
facet.x = "Tuning", facet.y = c("Smarthouse", "Treatment.1"),
include.raw = "facet.x",
alpha = 0.4,
colour.column = "Method",
colour.values = c("orange", "olivedrab"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.