search for: firsthead

Displaying 2 results from an estimated 2 matches for "firsthead".

Did you mean: first_read
2011 Jul 19
1
hanging spaces prior to linebreak from cat()
(re-sending after confirming list subscription; apologies if this ends up being sent to the list twice) Is the expected behavior from cat(), as used below, a hanging space before \n at the end of the emitted line? firstheader = gsub("\\s+$", "", paste(c("Hybridization REF", s, s), collapse = "\t")) cat(firstheader, "\n", file = filename) When I run the above code, which is followed by appending the contents of a data.frame via write.table(), what I get is a file whos...
2000 Nov 08
0
vq diffs
...gg_malloc((cols*lines+entries*dim)*sizeof(float)); + pointlist=(float*)_ogg_malloc((cols*lines+entries*dim)*sizeof(float)); rewind(in); @@ -313,13 +313,13 @@ long *entryindex; long *reventry; - long *membership=_ogg_malloc(points*sizeof(long)); - long *firsthead=_ogg_malloc(entries*sizeof(long)); - long *secondary=_ogg_malloc(points*sizeof(long)); - long *secondhead=_ogg_malloc(entries*sizeof(long)); - - long *cellcount=_ogg_calloc(entries,sizeof(long)); - long *cellcount2=_ogg_calloc(entries,sizeof(long)); - float *cellerror=_ogg_calloc(ent...