How can I place the vector a<-c(1,2,3,4,5,6) in a ramdom position in the matrix m<-matrix(0, nrow = 10, ncol = 10)?
a<-c(1,2,3,4,5,6)
m<-matrix(0, nrow = 10, ncol = 10)
Thanks
Aucun commentaire:
Enregistrer un commentaire