Home
last modified time | relevance | path

Searched refs:chol_decomp (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dstat-ellipse.R105 chol_decomp <- chol(shape) functionVar
107 radius <- level/max(chol_decomp)
113 ellipse <- t(center + radius * t(unit.circle %*% chol_decomp))