File:  [Local Repository] / reports / Attic / .Rhistory
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Nov 13 04:53:43 2013 UTC (10 years, 8 months ago) by boris
Branches: MAIN
CVS tags: HEAD
New info

library('bigmemory')
a <- big.matrix(5,5,init=0,backingfile='tmp', backingpath='/tmp')
write.big.matrix(a,filename="tmp.dat")
a <- big.matrix(5,5,init=0,backingfile='tmp', backingpath='/tmp', type='double')
write.big.matrix(a,filename="tmp.dat")
help('write.big.file')
help('write.big.matrix')
quit()
n

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>