theMatrix = matrix(1:100, nc=5) theMatrixWithoutRow5 = theMatrix[-5,]
b On Nov 19, 2007, at 3:35 PM, Barb, Jennifer (NIH/CIT) [E] wrote: > Can anyone tell me how to delete a row in a matrix? I have searched > around and couldn't find a straightforward way to do this. > > Thanks, any help will be greatly appreciated. > > Jennifer > > > > > > > > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > 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. ______________________________________________ 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.