Skip to content
Prev 279489 / 398506 Next

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

Michael <comtech.usa <at> gmail.com> writes:
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.