Skip to content

Commit

Permalink
Update pcoa.R
Browse files Browse the repository at this point in the history
  • Loading branch information
linhesun authored Apr 3, 2023
1 parent cd0859e commit 4c12723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2023_r45_pcoa/pcoa.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ str(spe.h.pc)#记录一二轴解释率“Eigenvalues”
spe.h.pcoa <- spe.h.pc$vectors

spe.pcoa <- data.frame(spe.h.pcoa[,1:2]) %>%
mutate(Types = rep(c('Hv', 'MV'), each = 6),
mutate(Types = rep(c('A', 'B'), each = 6),
Treatments = rep(rep(c('CK', 'P'), each = 3), 2))
# 置换多元方差分析
spe <- bray.dist
Expand Down

0 comments on commit 4c12723

Please sign in to comment.