[R] how to view/edit large matrix/array in R?
    j verzani 
    jverzani at gmail.com
       
    Tue Dec  6 14:34:42 CET 2011
    
    
  
Michael <comtech.usa <at> gmail.com> writes:
> 
> head, tail and fix commands don't really work well if I have large
> matrix/array for which I would like to be able to scroll up and dow, left
> and right ...
> 
> Could anybody please help me?
> 
> Thanks
> 
> 	[[alternative HTML version deleted]]
> 
> 
You might look into the RGtk2Extras package and find the dfedit. You could
also embed that in some custom GUI to show variables, as you want. The 
package requires RGtk2, and hence the Gtk libraries to be installed. 
The data frame editor there can gracefully handle large data sets.
    
    
More information about the R-help
mailing list