Skip to content

All possible samples for two variables

2 messages · Sharma D, Alexander Engelhardt

#
Am 21.05.2011 06:30, schrieb Sharma D:
Like this?

 > x <- 1:5
 > y <- 6:10
 > expand.grid(x,y)