21

Dec 17

Bacheca » 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)