args4chosen_smooth {growthPheno} | R Documentation |
Creates a list
of the values for the smoothing parameters for
which a smooth is to be extracted
Description
Creates 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
.
Usage
args4chosen_smooth(smoothing.methods = "logarithmic",
spline.types = "PS",
df = NULL,
lambdas = NULL,
combinations = "single")
Arguments
smoothing.methods |
A |
spline.types |
A |
df |
A |
lambdas |
A named |
combinations |
Generally, this argument should be set to |
Value
A named list
.
Author(s)
Chris Brien
See Also
traitSmooth
and probeSmooths
.
Examples
args4chosen_smooth(smoothing.methods = "direct",
spline.types = "NCSS", df = 4)
args4chosen_smooth(smoothing.methods = "log",
spline.types = "PS", lambdas = 0.36)