R programs - naralkar/R-programs GitHub Wiki Welcome to the R-programs wiki! seq<-seq(1,6) mat<-matrix(seq,2,3,T) print (mat)