Open
Description
Dear All - I was surprised to find that the function ggplot2::stat_ellipse uses a different covariate (vcov) function for the t-distribution setting (robust) and the normal distribution setting (non-robust).
While I'm sure this is correct - there is no mention of this in the Rdocumentation - which must result in quite a few pleasant surprises when the t ellipses are smaller than the normal ellipses !
Perhaps this could be mentioned (?) - also perhaps an argument for vcov to allow changing this ? (plus default behaviour as above if vcov not specified).