[R] invalid or not-yet-implemented 'Matrix' subsetting

2011-10-10 Thread collegegurl69
I have this error and I can't figure out whats wrong: invalid or not-yet-implemented 'Matrix' subsetting it pops up when I try to run this line of code: S - B[indices.mod,union(mir.e.nc,mir.negatives.nc)] -- View this message in context:

Re: [R] invalid or not-yet-implemented 'Matrix' subsetting

2011-10-10 Thread Ben Bolker
collegegurl69 gunnerman4000 at hotmail.com writes: I have this error and I can't figure out whats wrong: invalid or not-yet-implemented 'Matrix' subsetting it pops up when I try to run this line of code: S - B[indices.mod,union(mir.e.nc,mir.negatives.nc)] Could we have a reproducible