ggplot2作图之PCA图

library(tidyverse)

theme_set(theme_test())
library(vegan)
pca.data <- iris %>% mutate(Sepal.Length = scale(Sepal.Length),
                            Sepal.Width = scale(Sepal.Width),
                   

你可能感兴趣的:(ggplot2,前端,开发语言,r语言)