powered by
insertCol( m, c, v = NA )
m
insertRow
m <- matrix( 1:4, 2 ) insertCol( m, 2, 5:6 )
Run the code above in your browser using DataLab