similar to: Plotting device does not show all graphs

Displaying 20 results from an estimated 8000 matches similar to: "Plotting device does not show all graphs"

2012 Apr 06
1
Saving multiple plots using tiff function
Dear R experts, I am trying to save three plots using tiff graphics devices; however the following code only produces two files (Rplot002.tif and Rplot003.tif) showing figures 1 and 3. Here is a simplified ex code tiff(filename ="Rplot%03d.tif",width=24,height=20,units="cm",res=300, pointsize=10, compression = "lzw") plot(1) mtext("Fig
2009 Aug 10
4
Saving plots to file
Appologies if this has been addressed before, but I can't seem to find it in the help archives. I'm looking to do something like the following but it looks like save.plot is deprecated. save.plot(plot(glm1$residuals,gain,main = "Hist of residuals and gain"),file="Desktop/hist1.png") Thanks in advance, Sean Session Info: R version 2.9.1 (2009-06-26)
2012 Mar 14
3
Export a plot/figure to excel or word?
Hi all, I have created forest plots using the package "meta" that I submitted as pdf for publication. I just received an email from the editor asking me if I could send these files in an Excel or MS Word format such that they can treat them as tables with box plots. I am not sure if I can do this... Is this possible? I've tried the capture.output command, but I get a blank MS Word
2009 Jun 17
3
tiff() woes
Hello all, a friend has a problem with tiff() which I was unable to help about. I searched the error messages to no avail. When he tries: tiff(filename = "FedeWhyDoesntThisBloodyWork.tif", width = 5, height = 5, units = "cm", bg = "white", res = 1200) Error in tiff(filename = "FedeWhyDoesntThisBloodyWork.tif", width = 5, : unable to start device
2012 Apr 30
1
question on jitter in plot.Predict in rms
Dear colleagues, I have a question regarding controlling the jitter when plotting predictions in the rms package. Below I've simulated some data that reflect what I'm working with. The model predicts a continuous variable with an ordinal score, a two-level group, and a continuous covariate. Of primary interest is a plot of the group by score interaction, where the score is the ordinal
2012 Oct 03
2
Creating tiff with 1200 dpi
Hi all, I am trying to create images in R suitable for journal publication. I'd like to make an image that is 3.6" wide and 5.08" length, and 1200 dpi. When I create a tiff file that is 800 dpi and 4x4", it works (although doesn't look good). But when I create a tiff that is the size and dpi I want, it doesn't work. I get the following error: Error in tiff(filename =
2005 May 13
1
Re: SpanDSP TXFax and multipage faxes problems
Hi ! Does anyone managed to send multipage faxes (in single TIFF file) with app_txfax from spandsp package (i'm using 0.0.2pre18, libtiff 3.7.1)? If so, I'm interested in format of TIFF file that has been sent sent succesfully (tiffinfo <fax-filename>). I'm having problems with app_txfax, sending first page successfuly 99 % of the time, but never managed to send second or
2005 Sep 01
6
png scaling problem
scaling<-4 xywidth<-480 resolution<-150 png(filename = "c:/r/anschluss/plots/4.png", width = xywidth*scaling, height = xywidth*scaling,pointsize = 12, bg = "white", res = resolution*scaling) ...... barplot(xrow,col = barcolors,cex.axis=scaling, ylab="mean time till attachment in sec",cex.lab=1.2*scaling) I tried to scale the barplot but there is one
2009 Sep 20
1
Truncated plot in the output file
Dear all, I made a large plot and wanted to save it as a tif file. I first opened and specified the size of the window. windows(12,17,rescale="fixed") Then I plot a heatmap using heatmap() when I saved the plot by using "Save as" in the file menu or savePlot("heatmap", type="tif"), the plot in the output tif file is truncated. Only the upper part of the
2008 May 23
2
Preparing high quality figures with tiff as end result
Hi all, I'm currently preparing some figures that will be submitted to PloS One. In their guidelines they state that they will only accept figures in tiff or eps format, with the warning that eps figures will be converted to tiff format ( see http://www.plosone.org/static/figureGuidelines.action ). Because of this conversion, I figured I'd generate tiff-format figures from the beginning.
2004 Apr 20
2
[OT] Using GS to create .tif files
I've managed to use GhoustScript (gs) to take a postscript file and convert it to tiffg3, but I CANNOT seem to make it merge multiple files. Here is the output from tiffinfo on the file that SG generates: fteTYGeh2v.tif: TIFF Directory at offset 0x8 Subfile Type: multi-page document (2 = 0x2) Image Width: 1728 Image Length: 1056 Resolution: 204, 96 pixels/inch Bits/Sample: 1
2009 Oct 05
2
Loop function/comparison operator problem
Hi There, I have created the following function format<- function(){ repeat { form<-readline(paste("\nIn what format do you want to save these plots?\nChoose from: wmf, emf, png, jpg, jpeg, bmp, tif, tiff, ps, eps, or pdf.\nNote: eps is the suggested format for publication quality plots.\nPlot format --> ")); cat("\nI'm sorry, I don't know what that format
2005 Jul 13
2
SpanDSP rxfax, no tiff.
Hello, Let me start by saying I have checked the wiki and the archives and did find some relative information. I tried the suggestions in those threads, but still have the same problem. I'm using the CVS Asterisk from July 11, 2005. Redhat FC2 SpanDSP 0.0.2pre18 Libtiff 3.5.7 Digium PCI card 1 FXO, 1FXS. I have a single POTS line coming, but I have 2 numbers and am using
2005 Sep 06
2
Going crazy with FAX :-(
I've upgraded Asterisk from CVS, spandsp and app_txfax and app_rxfax but i'm still unable to send/receive faxes :-(. I'm using amp_fax to send and this is what i get from logs: Sep 6 11:02:52 VERBOSE[10750]: -- Attempting call on Zap/g1/666 for application txfax(/var/tmp/ast_fax-1125997371.10240.1804289383.0|caller) (Retry 1) Sep 6 11:02:52 DEBUG[10750]: Dialing
2004 Sep 23
2
viewing fax tiffs?
Hello, I have spandsp setup to accept incoming faxes and receiving tif files via Email. Using tiff2pdf, or tiff2ps -a2 or even tiffsplit, the last page of the fax is cut off and the quality of the text looks "squished". I "figure" it's a tiff parsing thing, as opposed to a problem with my spandsp installation (heh). Has anyone experienced the same thing, or can
2007 Jan 12
7
Making TIFF images with rtiff
Many medical journals and publishers require that images, whether photographs or line art, be submitted as high resolution .TIFF images. One option for R users is to produce an image in one format and to convert it to a .TIFF file using a second software program. My experience has been that this option often results in images of poorer quality, often with blurry contours, and a loss of
2009 Jun 15
1
display SVG, PNG, GIF, JPEG, TIFF, PPM in new plot frame
Dear R-help I want to display an image file in a new plot frame. SVG is my preferred format, but I can also consider PNG, GIF, JPEG, TIFF, and PPM (from ImageMagick). By way of background (although not material to this posting), the image file is generated by a call to 'dot' (part of the 'Graphviz' suite) after the required .dot file has been produced using hand-crafted R code.
2003 Oct 28
4
Software FAX
Everyone, Just thought I would drop a line telling everyone here I have the software RxFAX/TxFAX up and running without any real problems. I did have to..... RH 9.0 1) Install an audio devel rpm 1) install libtiff from source, and copy over a bunch of include files to /usr/local/include 2) build/install spandsp 3) move app_rxfax.c and app_txfax.c to apps/ dir in asterisk source tree. 4)
2011 Oct 05
2
subplot strange behavoir
Hello, Below is some example code that should reproduce an error I'm encountering while trying to create a tiff plot with two subplots. If I run just the following bit of code through the R GUI the result is what I'd like to have appear in the saved tiff image: x<-seq(0:20) y<-c(1,1,2,2,3,4,5,4,3,6,7,1,1,2,2,3,4,5,4,3,6) plot(x,y,type="l",las=1,ylim=c(0,12))
2005 Jul 14
5
SpanDSP rxfax, no tiff
Maybe I over-complicated my question with the mailfax part. If I leave the mailfax step out entirely, then there should be a .tif file, right? But there's not. No tif file gets created at all. Permissions on the fax folder are 777 at the moment. Thanks for the responses so far. /Rob -------------- next part -------------- An HTML attachment was scrubbed... URL: