Skip to content
Prev 279438 / 398506 Next

how to view/edit large matrix/array in R?

On Dec 5, 2011, at 8:37 PM, jim holtman wrote:

            
Or:

?pairs
help(splom, package=lattice)

(My preference is plot(density()) but the 2d density plots are slow so  
also use:

help(hexbin, package=hexbin)