discrim_regularized()
describes the effect of frac_common_cov()
and
frac_identity()
. smoothness()
is an alias for the adjust
parameter in
stats::density()
.
Arguments
- range
A two-element vector holding the defaults for the smallest and largest possible values, respectively.
- trans
A
trans
object from thescales
package, such asscales::log10_trans()
orscales::reciprocal_trans()
. If not provided, the default is used which matches the units used inrange
. If no transformation,NULL
.