
Last chance! 50% off unlimited learning
Sale ends in
Coe
-class object.Coe
-class object.ellipse.par(Coe, range = 1:nrow(Coe@coe), nb.pts = 120)
Coe
object on which to calculate ellipses parameters.integer
that specifies the range of harmonics on which to calculate ellipse parameters. By default, all of them.integer
. How many points on the outline are used to estimate ellipse parameters (see Details section below).matrix
of all halves of the major axis.matrix
of all halves of the minor axis.matrix
of all eccentricities.matrix
of all ellipse angles.data(bot)
botF <- eFourier(bot, nb.h=32)
ep <- ellipse.par(botF, 1:5, 64)
names(ep)
layout(matrix(1:4, ncol=2, byrow=TRUE))
boxplot(ep$a, log="y", main="1/2 Major axes")
boxplot(ep$b, log="y", main="1/2 minor axes")
boxplot(ep$e, , main="Eccentricities")
boxplot(ep$phi, main="Ellipse angles")
Run the code above in your browser using DataLab