Navigazione di Sezione:
La Regolazione Del Mercato Dell'energia 2017/2018
21
Dec 17Bacheca » Cojointr Come Generare Le Possibili Combinazioni Usando R
# matrix for students
make<-c("Samsung", "Apple"); price<-c("359", "439"); weight<-c("138", "129"); size<-c("143.3", "138.1")
CellDataStudent<-expand.grid(make, price, weight, size)