View source: R/traitUtilities.r
args4chosen_smooth | R Documentation |
list
of the values for the smoothing parameters for
which a smooth is to be extractedCreates a list
of the values for the smoothing parameters for
which a smooth is to be extracted.
The default settings for these are optimized for traitSmooth
.
args4chosen_smooth(smoothing.methods = "logarithmic",
spline.types = "PS",
df = NULL,
lambdas = NULL,
combinations = "single")
smoothing.methods |
A |
spline.types |
A |
df |
A |
lambdas |
A named |
combinations |
Generally, this argument should be set to |
A named list
.
Chris Brien
traitSmooth
and probeSmooths
.
args4chosen_smooth(smoothing.methods = "direct",
spline.types = "NCSS", df = 4)
args4chosen_smooth(smoothing.methods = "log",
spline.types = "PS", lambdas = 0.36)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.