Displaying 3 results from an estimated 3 matches for "rdouble".
Did you mean:
double
2010 Oct 01
0
ff version 2.2.0
...rs from 0..255
rbyte: 33% NA and 67% -127..127
rushort: integers from 0..65535
rshort: 33% NA and 67% -32767..32767
ruinteger: 50% NA and 50% integers
rinteger: random integers
rusingle: 50% NA and 50% singles
rsingle: random singles
rudouble: 50% NA and 50% doubles
rdouble: doubles
rfactor: factor with 64 levels of length 66 (being different at bytes 65 and 66)
rchar: 64 strings of length 66 (being different at bytes 65 and 66)
Legend for abbreviations
OOM: out of memory
OOD: out of disk
NT: not timed because too slow
NA: not available...
2010 Oct 01
0
ff version 2.2.0
...rs from 0..255
rbyte: 33% NA and 67% -127..127
rushort: integers from 0..65535
rshort: 33% NA and 67% -32767..32767
ruinteger: 50% NA and 50% integers
rinteger: random integers
rusingle: 50% NA and 50% singles
rsingle: random singles
rudouble: 50% NA and 50% doubles
rdouble: doubles
rfactor: factor with 64 levels of length 66 (being different at bytes 65 and 66)
rchar: 64 strings of length 66 (being different at bytes 65 and 66)
Legend for abbreviations
OOM: out of memory
OOD: out of disk
NT: not timed because too slow
NA: not available...
2008 Nov 03
1
Sweave: side by side dynamic graphs
Hi all:
I'm trying to create some side by side dynamic graphics on the same page but I am running into some problems. I am able to create side by side figures only if I import them into my PDF. see the example bellow:
\documentclass[12pt]{article}
\usepackage{color,cite,graphicx}% to put in axodraw
\usepackage{latexsym,amssymb,epsf}
\begin{document}
%Import two figures side by side. Please