search for: tabletext

Displaying 5 results from an estimated 5 matches for "tabletext".

2010 Oct 31
0
Fwd: ForestPlot or similar
...ere is one example: >>> I have three vectors (mean,lower interval, upper interval) >>> mean<-c(2,4,6,8) >>> l<-c(1,2,3,4) >>> u<-c(4,8,12,16) >>> How would I plot that if I want to use the FORESTPLOT function. I dont need >>> to use the TABLETEXT option. >>> I am working in something like this: >>> tabletext<-c(NA,NA,NA,NA,NA) >>> mean<-c(NA,2,4,6,8) >>> l<-c(NA,1,2,3,4) >>> u<-c(NA,4,8,12,16) >>> forestplot(tabletext,mean,l,u,zero=0) >>> But I am having a problem wi...
2011 Dec 02
0
Save Venn-diagram (Vennerable) together with table and plot in single pdf page
...example of the pdf with two point plots as I want it: library(gplots) library(Vennerable) Varnames<-c("A","B","C") x <- Venn(SetNames = Varnames,Weight = c(`100`=2,`010`=6,`001`=10,`110`=1, `011`=0.2, `101`=0.5,`111`=1)) cx<-compute.Venn(x,doWeights = TRUE) tabletext<-paste("Variable: ",letters[1:8],sep="") pdf("path/plot_test.pdf", fillOddEven=TRUE,paper="a4", onefile=TRUE,width=7,height=10) layout(matrix(c(1,2,2,1,2,2,3,3,3), 3, 3, byrow = TRUE),heights=c(1,1,2)) par(mar=c(6,2,2,4)) textplot(tabletext,valign="...
2012 Apr 21
0
help with rmeta package
Dear R users, I'm trying figuring out with forest plot and rmeta. Here's my code... library(rmeta) tabletext <- structure(c("", NA, "Sex", "[F]", "[M]", NA, "Age class", "(0,60]", "(60,80]", NA, "Karnofsky class", "[70;90]", "(90;100]&...
2009 Mar 21
1
Forestplot () box size question
...viewport(layout.pos.row = i, layout.pos.col = 2 * nc + 1, xscale = xrange)) if (is.summary[i]) drawSummaryCI(lower[i], mean[i], upper[i], info[i]) else drawNormalCI(lower[i], mean[i], upper[i], info[i]) popViewport() } popViewport() } tabletext<-cbind(c("","Randomized Trials"," Study 1", " Study 2", " Combined", "", "Study 3 ", " Comorbid"," Non-Comorbid",""), c("","","",&quot...
2007 Aug 18
0
rmeta package forestplot() function
...ion in the rmeta package. I have been trying to reduce the font size of the resulting table of text, but have not been successful. I have tried adding options like 'cex' or 'font' but none of them seem to work. Is there anything I could do? This is what I have so far: forestplot(tabletext,m,l,u,zero=0, is.summary=c(TRUE,TRUE,rep(FALSE,14),TRUE), clip=c(log(0.5), log(15)), xlog=TRUE, graphwidth = unit(4, "inches"), xticks=c(0.5, 1, 2, 4, 8,15), col=meta.colors(box="royalblue",line="darkblue", summary="royalblue")) Thanks. Christie [[alt...