ellipse_path: Return coordinates of points along an ellipse defined by its...

Description Usage Arguments Value

View source: R/flowR.R

Description

Return coordinates of points along an ellipse defined by its covariance matrix and its center

Usage

1
ellipse_path(cov, mean, n = 100)

Arguments

cov

covariance matrix

mean

coordinates of the center of the ellipse

n

number of points to return along the ellipse

Value

a data.frame with point cordinates


VoisinneG/flowR documentation built on June 1, 2021, 6:42 p.m.