R/plots.R
plot.feature_projection.Rd
Produce a plot for a feature_projection object
# S3 method for feature_projection plot(x, show_covariance = TRUE, ...)
feature_projection object containing the two-dimensional embedding calculated by project
feature_projection
project
Boolean specifying whether covariance ellipses should be shown on the plot. Defaults to TRUE
Boolean
TRUE
Arguments to be passed to methods
object of class ggplot that contains the graphic
ggplot
Trent Henderson