search for: fheight

Displaying 3 results from an estimated 3 matches for "fheight".

Did you mean: height
2005 Nov 16
2
X11 error in png
Hi all, When I ran a script containing the following codes: png(paste(savepath,"a_rnaplot.png",sep = ""),width = fwidth, height = fheight,pointsize = fpointsize); data_deg <- AffyRNAdeg(data_cel) plotAffyRNAdeg(data_deg,col=cols,lty=1,lwd = "2") #a <- par("fin") legend("bottomright",sampleNames(data_cel),col=cols,lty=1) RNAdegSlope = cbind("Sample Names" = data_deg$sam...
2011 Apr 08
4
Rpart decision tree
...lipses and rectangles. Is there a way to get a clean nice tree plot (as in the Rpart Mayo report)? I work under Windows and use R2.11.1 with rpart version 3.1-46. Thank you. Tudor ... plot(cart, uniform=TRUE, branch=0.25, compress=TRUE, margin=0.25) text(cart, use.n=TRUE, all=TRUE, fancy=TRUE, fheight=0.95) ... -- View this message in context: http://r.789695.n4.nabble.com/Rpart-decision-tree-tp3435888p3435888.html Sent from the R help mailing list archive at Nabble.com.
2013 Feb 13
2
sweave question
...============= cal.tree is created in a previous chunk and that's fine. <<chunk08,label=fig3, fig=FALSE,result = tex>>= wid <- 5 hei <- 5 pdf("reg_tree-fig3.pdf", width = wid, height = hei) plot(cal.tree,uniform=TRUE,compress=TRUE,margin=0.0) text(cal.tree, all=TRUE,fheight=1.0,fwidth=1.0) dev.off() cat("\begin{figure}[ht!]") cat("\begin{center}") cat("\includegraphics[width = ", wid, ", height = ", hei, "]{reg_tree-fig3}") cat("\end{center}") cat("\caption{The resulting unpruned regression tree of the c...