View source: R/plot_dimred_encircle.R
dimred_encircle_groups | R Documentation |
For each groupings, calculate kernel density estimates and extract contour lines at a given level to make flexible encircling of points.
dimred_encircle_groups(data, dim1 = 1, dim2 = 2, ...)
data |
matrix or data.frame containing dimensions and grouping parameters. All columns that are not given as dim1 or dim2 (see below), will be used in grouping the resulting KDE contour. |
dim1 |
column position or column name of the first dimension in 'data' |
dim2 |
column position or column name of the second dimension in 'data' |
... |
Passed on to scutility::dimred_encircle() - CURRENTLY NOT IMPLEMENTED |
data.frame of contour points and grouping variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.