pca_loadings_plot: Make a PCA loadings plot

View source: R/pca_loadings_plot.R

pca_loadings_plotR Documentation

Make a PCA loadings plot

Description

Make a PCA loadings plot with plot_ly

Usage

pca_loadings_plot(loadings_data, xaxis = "PC1", yaxis = "PC2")

Arguments

loadings_data

tibble containing the loadings information

xaxis

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

yaxis

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

Value

a plotly graph

Author(s)

Rico Derks


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