elliptic.penalty {smerc} | R Documentation |
Compute elliptic penalty
Description
Compute eccentricity penalty for elliptic scan method.
Usage
elliptic.penalty(a, shape)
Arguments
a |
Penalty scale |
shape |
Shape of ellipse. |
Value
A vector of penalities
Examples
elliptic.penalty(a = 0.5, shape = c(1, 1.5, 2))
[Package smerc version 1.8.3 Index]