args4profile_plot {growthPheno} | R Documentation |
Creates a list
of the values for the options of profile plots for comparing smooths
Description
Creates a list
of the values for the options of profile plots 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
so that,
if you want to change any of these from their default settings when using args4profile_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 args4profile_plot
.
Usage
args4profile_plot(plots.by = "Type",
facet.x = c("Method", "Tuning"), facet.y = ".",
include.raw = "facet.x",
collapse.facets.x = TRUE, collapse.facets.y = FALSE,
facet.labeller = NULL, facet.scales = "fixed",
breaks.spacing.x = -4, angle.x = 0,
colour = "black", colour.column = NULL,
colour.values = NULL, alpha = 0.3,
addMediansWhiskers = TRUE,
ggplotFuncs = NULL,
...)
Arguments
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. |
Value
A named list
.
Author(s)
Chris Brien
See Also
traitSmooth
, probeSmooths
, plotSmoothsComparison
and args4chosen_plot
.
Examples
args4profile_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"))