library(agricolae)
T1<-c("a","b","c","d")
T2<-c("v","w","x","y")
greco <- design.graeco(T1,T2,number=101)
plots <-as.numeric(greco[,1])
trt <- paste(greco[,4],greco[,5])
dim(plots)<-c(4,4)
dim(trt) <-c(4,4)
print(t(plots))
print(t(trt))
Run the code above in your browser using DataLab