Konwertuj matrycę na wektor w R
as.vector(my_mat) # Applying as.vector function
Grumpy Goose
as.vector(my_mat) # Applying as.vector function