On 17-09-2012, at 06:50, s.s.m. fauzi wrote: > Hi, > > I have a matrix as below: > > mat= > [,1] [,2] [,3] > [1,] 1 4 7 > [2,] 2 5 8 > [3,] 3 6 9 > > What I want to do is, I would like to divide each column with its own > value, in order to get value 1. > Is there any simple script for that?
mat/mat Berend ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.