pcLollipop: BMI585 final project: pcLollipop function show a plot of PCA...

Description Usage Arguments Value Examples

View source: R/pcLollipop.R

Description

This functions accept a numberical dataframe

Usage

1

Arguments

t:

a numerical dataframe for PCA analysis

Value

theplot: The plot is directly shown up

Examples

1
2
3
4
data(iris)
t<- iris[1:100,1:4]
theplot<-pcLollipop(t)
theplot

shaoyanpan/BMI585final2 documentation built on Dec. 23, 2021, 1:20 a.m.