search for: colwidth

Displaying 6 results from an estimated 6 matches for "colwidth".

Did you mean: col_width
2009 Oct 14
1
Plot overview xy plots from data frame?
...lly, but creating 256 plots by hand takes time... I guess I have to iterate through the data frame, but I'm not used to do that with R. Below I've written my thoughts, trying to combine my knowledge in Java and R, just to give you the idea: pdf("FieldTrial0809Overview.pdf") int colWidth = fieldTrial[0].length; for(i=0, i<colWidth, i++) { for(j=0, j<colWidth, j++) { String colI=get.fieldTrial$i; String colJ=get.fieldTrial$j; plot(fieldTrial$i~fieldTrial$j, main=colI + " vs " + colJ, xlab=colI, ylab=colJ) } } dev.off() Anyone...
2009 Mar 21
1
Forestplot () box size question
...labels[[j]][[i]] <- textGrob(labeltext[i, j], x = x, just = just, gp = gpar(fontface = if (is.summary[i]) "bold" else "plain", col = rep(col$text, length = nr)[i])) } } colgap <- unit(3, "mm") colwidths <- unit.c(max(unit(rep(1, sum(widthcolumn)), "grobwidth", labels[[1]][widthcolumn])), colgap) if (nc > 1) { for (i in 2:nc) colwidths <- unit.c(colwidths, max(unit(rep(1, sum(widthcolumn)), "grobwidth", labels[[i]][widthcolumn])),...
2003 Jul 30
1
Tktable White column when WIDTH>13
...n > the window? > Thomas, I think the Tktable geometry manager is having trouble because you have asked it to display 13 columns on the screen and the default column width is 10 characters in the default font. Can you fit 130 characters across your screen easily? Perhaps you could specify colwidth="5" or something smaller than 10 when you create the table, then later on, you could widen some columns with : tkcmd(.Tk.ID(table1),"width","0","10") tkcmd(.Tk.ID(table1),"width","1","10") ... (to widen the first 2 columns to 10...
2013 Jan 03
1
Survey package help with svystandardize
...ting_dataset, by=~agegr5, over=~sex, population=popage) ------------------------- SUDAAN code: PROC DESCRIPT DATA = "h:\\brfss_data\\brfss11\\pudf11\\txbrfss_pudf11" DESIGN = WR FILETYPE= SUDXPORT NOTSORTED; NEST STSTR SEQNO/MISSUNIT; WEIGHT LLCPWT; SETENV LINESIZE = 106 PAGESIZE = 45 COLWIDTH = 11 TOPMGN = 1; VAR RFSMOK; CATLEVEL 2; STDVAR AGEGR5; STDWGT .128810 .182648 .219077 .299194 .170271; SUBGROUP SEX AGEGR5; LEVELS 2 5 ; TABLES (SEX); [[alternative HTML version deleted]]
2010 May 21
0
Wine release 1.2-rc1
...22272 CDBurnerXP crashes if a data disc is inserted 22284 Osmos: mouse pointer disappears in the menus 22290 PlayOnline viewer can't be resized in windowed mode 22334 Hearts of Iron III - missing texture on initial window 22353 Application written in VB6 crashes when setting the .colwidth property of a msflexgrid 22356 Jedi Knight: Dark Forces II - weapons flicker 22435 Wine un-highlights selected text when right button is clicked 22443 AutoCAD 2008: Icons have pinky background in "filter applied" drop down menu 22444 AutoCAD 2008: No icons in drop down menu...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and