You are on page 1of 1

> matrix( sample(Trat, size=12, replace=F), 4,3)

[,1] [,2] [,3]


[1,] "1 ml fung" "10 ml fung" "5 ml fung F1"
[2,] "Controle" "5 ml fung" "5 ml fung F2"
[3,] "10 ml fung F1" "10 ml fung F2" "Fert 1"
[4,] "Fert 2" "1 ml fung F2" "1 ml fung F1"

> matrix( sample(Trat, size=12, replace=F), 4,3)


[,1] [,2] [,3]
[1,] "1 ml fung F2" "5 ml fung F1" "Fert 2"
[2,] "10 ml fung" "1 ml fung" "Fert 1"
[3,] "5 ml fung F2" "10 ml fung F1" "5 ml fung"
[4,] "Controle" "1 ml fung F1" "10 ml fung F2"

> matrix( sample(Trat, size=12, replace=F), 4,3)


[,1] [,2] [,3]
[1,] "10 ml fung" "Fert 1" "10 ml fung F2"
[2,] "1 ml fung F1" "5 ml fung" "5 ml fung F1"
[3,] "5 ml fung F2" "Fert 2" "10 ml fung F1"
[4,] "1 ml fung F2" "1 ml fung" "Controle"

You might also like