R -Gitter alle Möglichkeiten zwischen zwei Vektoren
a <- c(1:10)
b <- c(1:10)
expand.grid(a,b)
marcofaga
a <- c(1:10)
b <- c(1:10)
expand.grid(a,b)