Posts by Marcos Oliveira • 11 points
1 post
-
0
votes2
answers39
viewsQ: Picking a vector within an R matrix
I’m doing an exercise* for my R studies and I’m not able to properly manipulate matrices. The problem is very simple, apparently. I have a matrix’m' m <- rbind( c(1,1), c(1,2), c(3,3), c(2,0)),…