CI_ellipse: Creates confidence interval ellipse for scatterplot

View source: R/internal.R

CI_ellipseR Documentation

Creates confidence interval ellipse for scatterplot

Description

Creates confidence interval ellipse for scatterplot. Can be created for each group or entire set.

Usage

CI_ellipse(points, groups = NULL, level = 0.95)

Arguments

points

dataframe of the x,y coordinates of the datapoints, along with any metadata such as group

groups

Name of the column in points that has group membership

level

the confidence level to be plotted (default 95%)

Value

ellipse points


schuyler-smith/phyloschuyler documentation built on March 27, 2024, 4:29 p.m.