convertir une matrice en un vecteur en r
as.vector(my_mat) # Applying as.vector function
Grumpy Goose
as.vector(my_mat) # Applying as.vector function