||
[点击:Github链接]
version 1.0.1 from Github
### version 1.0.1
install.packages("devtools")
library(devtools)
install_github("PhDMeiwp/basicANCOVA@master", force = TRUE)
library(basicANCOVA)
ANCOVAplot(x, y, groups,data,
col=1:length(levels(groups)),
pch=1:length(levels(groups)),
lty=1:length(levels(groups)),
legendPos="topleft",
...)
library(basicANCOVA)
data("isotope",package = "basicANCOVA")
View(isotope)
#rename
groups<-isotope$area
x<-isotope$d13C
y<-isotope$d15N
data<-isotope
ANCOVAplot(x,y,groups,data)
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-9-7 19:07
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社