Obtain vertices of the ellipse on an ellipse covariance plot (created by `car::ellipse`)
问题 By following this post one can draw an ellipse with a given shape matrix (A): library(car) A <- matrix(c(20.43, -8.59,-8.59, 24.03), nrow = 2) ellipse(c(-0.05, 0.09), shape=A, radius=1.44, col="red", lty=2, asp = 1) Now how to get the major/minor (pair of intersect points of the major/minor axis and the ellipse) vertices of this ellipse? 回答1: For practical purposes, @Tensibai's answer is probably good enough. Just use a large enough value for the segments argument so that the points give a