pca_scores_plot: Make a PCA scores plot

View source: R/pca_scores_plot.R

pca_scores_plotR Documentation

Make a PCA scores plot

Description

Make a PCA scores plot with plot_ly

Usage

pca_scores_plot(scores_data, xaxis = "PC1", yaxis = "PC2", color_by = "none")

Arguments

scores_data

tibble containing the scores information

xaxis

which component to show on the x-axis (default = "PC1")

yaxis

which component to show on the y-axis (default = "PC2")

color_by

color the observation by this group

Value

a plotly graph

Author(s)

Rico Derks


ricoderks/lipidomics documentation built on Nov. 10, 2024, 2:30 a.m.