pcLollipop: Create Lollipop Plots of Principal Component Loadings

Description Usage Arguments Value Examples

View source: R/newFunctions.R

Description

Create Lollipop Plots of Principal Component Loadings

Usage

1

Arguments

x

numerical dataframe, or tibble

Value

plotting object for lollipop plots of principal components of x

Examples

1
2
x = data.frame(data = matrix(c(4,5,2,10,2,8,4,5,6), ncol = 3))
plot = pcLollipop(x)

hmumme/bmi585hmumme documentation built on Dec. 20, 2021, 4:46 p.m.