Learn R Programming

theftdlc (version 0.2.1)

plot.feature_projection: Produce a plot for a feature_projection object

Description

Produce a plot for a feature_projection object

Usage

# S3 method for feature_projection
plot(x, show_covariance = TRUE, ...)

Value

object of class ggplot that contains the graphic

Arguments

x

feature_projection object containing the two-dimensional embedding calculated by project

show_covariance

Boolean specifying whether covariance ellipses should be shown on the plot. Defaults to TRUE

...

Arguments to be passed to methods

Author

Trent Henderson