How to get a plot with PCA3 and PC4

前端 未结 0 1622
Happy的楠姐
Happy的楠姐 2021-02-07 02:19

I need some help to get PC3 and PC4 for my data.

library(ggbiplot)
iris<- read.csv("PCA2_umar.csv")
log.ir <- log(iris[, 1:8])
ir.species <- ir         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题