07.01.2013 Views

The Art of R Programming - Index of

The Art of R Programming - Index of

The Art of R Programming - Index of

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

15.5. EXTENDED EXAMPLE: AVOIDING MEMORY COPY 143<br />

+ for (i in 1:m) z[[i]][3] <br />

> z print(system.time({<br />

+ for (i in 1:m) z[i,3] z print(system.time({<br />

+ z[,3] <br />

> set3

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!