View source: R/traitUtilities.r
| args4meddevn_plot | R Documentation |
list of the values for the options of median deviations plots for smoothsCreates a list of the values for the options of median deviations plots for smooths.
Note that the arguments plots.by, plots.group, 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 args4meddevn_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 args4meddevn_plot.
args4meddevn_plot(plots.by = NULL, plots.group = "Tuning",
facet.x = c("Method","Type"), facet.y = ".",
facet.labeller = NULL, facet.scales = "free_x",
breaks.spacing.x = -4, angle.x = 0,
colour.values = NULL, shape.values = NULL,
alpha = 0.5,
propn.note = TRUE, propn.types = NULL,
ggplotFuncs = NULL,
...)
plots.by |
A |
plots.group |
A |
facet.x |
A |
facet.y |
A |
facet.labeller |
A |
facet.scales |
A |
breaks.spacing.x |
A |
angle.x |
A |
colour.values |
A |
shape.values |
A |
alpha |
A |
propn.note |
A |
propn.types |
A |
ggplotFuncs |
A |
... |
allows arguments to be passed to other functions; not used at present. |
A named list.
Chris Brien
traitSmooth, probeSmooths and plotSmoothsMedianDevns.
args4meddevn_plot(plots.by = "Type", plots.group = "Tuning",
facet.x = "Method", facet.y = ".",
propn.types = c(0.02,0.1, 0.2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.