search for: multipaged

Displaying 20 results from an estimated 74 matches for "multipaged".

Did you mean: multipage
2006 Apr 13
1
panel.abline() and trellis.focus() on multipage plots
Hi, I'm recently working on a multipage bwplot() using the lattice package. In this context I was trying to use the panel.abline() function individually on certain panels but not all. After some research I found the trellis.focus() and trellis.unfocus() functions which enabled me to do something like: trellis.focus("panel", 1, 3) do.call("panel.abline", list
2006 Jul 18
2
Sweave and multipage lattice
Dear R-Listeners, as the Sweave faq says: http://www.ci.tuwien.ac.at/~leisch/Sweave/FAQ.html creating several figures from one figure chunk does not work, and for standard graphics, a workaround is given. Now I have a multipage trellis plot with an a-priori unknown number of pages, and I don't see an elegant way of dividing it up into multiple pdf-files. I noted there is a "page"
2007 Jul 02
0
Problem with the function plot and multipage
Hello, I want to print graphs after running a gam function (gam needs the package mgcv) I want to print the results of the function in a .jpg or in a .png. I would like to print it in many files (because in one file the graphs is too small and can't be read) For the moment, I run this script : mymodel<-gam(species~var...) jpeg(file="my_file.jpeg") plot(mymodel,pages=2) dev.off()
2005 May 16
1
Re: SpanDSP TXFax and multipage faxes problems (aditional info)
OK I see the ponit (although I never said that second page is interrupted - I said that in some combinations of resolutions and TIFF options receiving fax "spits" another blank sheet of paper beside the clearly received first page). I have read someware (some faxing tutuorial) that there is some kind of control code (6 EOLs I belive) that should be in TIFFs between pages and that
2012 Oct 09
2
plot.new() and grid functions in multipage pdfs
Hi, when using the grid package, I've come across this weird behaviour where a call to plot.new() will start a new page for a multi-page pdf, but then the margins will somehow behave strangely for all but the first page: here is some code: pdf("test.pdf"); plot.new(); grid.rect(gp = gpar(fill="blue")); plot.new(); grid.rect(gp = gpar(fill="blue")); dev.off()
1998 Jul 10
3
Custom Print Command
I'm trying to setup my public printers to do 4 pages per sheet, and am having nothing but problems making it work. The system is a Redhat 4.2 box running Samba 1.9.18p4, and the printers are postscript capable HP 4000 and 8000 machines. Using Redhat's printtool to set 4 page per sheet output works when printing via lpr, but as soon as I print from a Win95 box through samba, it's
2005 May 15
1
Re: SpanDSP TXFax and multipage faxes problems (aditional info)
Hi everyone ! I have some aditional info on problem with TXFax and sending multi-page TIFFs. I have made 6 different multi-page TIFFs (Group3 1D with fillbits EOL aligned - 3 pages one TIFF in lowres and one in hires, Group3 2D -3 pages againg in both resolutions , and Group 4 - 3pages in both resolutions), and then tried to send them to Panasonic KX-F1100, Panasonic KX-F500 and SpanDSP
2005 May 15
1
Re: SpanDSP TXFax and multipage faxes problems (aditional info)
Thanks for the information Lee ! Still, something is still strange to me, since this two Panasonic Fax machines are receiving at least 20 multi-paged faxes a day (they are in same office as both Asterisk boxes, and me :) ). Beside that, POTS lines in those two faxes are from same PSTN switch as line in X100P in one of Asterisk boxes, and the ISDN PRI lines in other Asterisk box is from same PSTN
2023 Dec 01
5
adding "Page X of XX" to PDFs
OS X R 4.3.1 Colleagues I often create multipage PDFs [pdf()] in which the text "Page X" appears in the margin. These PDFs are created automatically using a massive R script. One of my clients requested that I change this to: Page X of XX where XX is the total number of pages. I don't know the number of expected pages so I can't think of any clever way to do this. I
2005 Jun 19
3
Libtiff 3.5.7 - recommended version for spandsp
Hi, package tiff-v3.5.7 contains the currently recommended version of libtiff in order to run spandsp (fax support for asterisk). Imho tiff-v3.5.7 is not very easy to find in the internet, and maybe will almost disappear, because it is an "old" version, I put it on our little asterisk download page. Maybe it'll help someone. It works fine together with the other asterisk stuff
2006 Jun 05
0
SpanDSP and analog Digium channels (TDM400P)
Hi I am trying to use Asterisk as a backend to send and receive faxes over analog channels connected to a Siemens HiPath 3550 switch and a TDM400P card. Receiving faxes, including multipage ones, works really fine, we have no issues at all. But when it comes to send faxes using the app_txfax application, spandsp can't send multipage TIFF files for some reason, it stops sending in the
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
2006 Jul 15
2
Ogg embedding, problem with spec and/or bugs in speexenc
(Sending again after subscribing, I guess the moderator is on vacation.) I'm working on support for tagging Speex files for Mutagen[0] and part of the specification at [1] is confusing me. It says the first page should have granulepos 0 and packetno 0. Does this really mean page sequence number 0, since the Ogg format doesn't number packets? If it doesn't mean page sequence number,
2006 Sep 01
2
embed image (png) in postscript (device)
...kage-based" plots to the postscript device. Because the graphics are complicated and consists of a lot of datapoints (~200'000) the files become really big. To avoid this big files and to shorten the creation, I currently print the plots to the png device and manually combine them into one multipaged pdf document. My question is, it is possible to do this in R directly? Probably I would have to create a png plot first, then reimport it into R and "put" it on the ps device. Is this a realistic way (in principle) ? If there is no package to read png files (I didn't find anything),...
2007 Aug 08
3
SWF animation method
Hi all, Just thought I'd share something I discovered last night. I was interested in creating animations consisting of a series of plots and after finding very little in the usual sources regarding animation in R directly, and disliking the imagemagick method described here (http://tolstoy.newcastle.edu.au/R/help/05/10/13297.html), I discovered that if one exports the plots to a
2006 Mar 11
1
Layout, xyplot and saving in file
Dear all, I am trying to use layout with xyplot and save the plot in a file. The saved file contains only the last panel (used jpg, wmf and pdf options in the savePlot function) I am not familiar with the graphic file formats and don't know if they can handle multipage output. If not do I need to loop by ndose in the following script ? Here is my script:
2012 Sep 23
1
Tiff image handling like MODI
Greetings, I have been searching for some application with functionalities like MODI (Microsoft office Document Imaging) Many I have checked does not cut it or not cross platform. Evince just allows multipage viewing, not extraction of individual pages in to another file. GUI is a necessity. I am aware of tifflib, imagemagick, but but not sure about a decent GUI wrappers for them. The file
2000 Nov 30
1
Landscape problems with ps2pdf
R Users, I have created a multipage PostScript file using the postscript() function with horizontal = TRUE to produce my plots in landscape. I intended to convert that entire file to PDF using ps2pdf to have the plots available for a presentation. Unfortunately, the resulting PDF document is rotated -90 degrees. I have found dozens of references to this kind of problem with ps2pdf online, but
2012 Sep 19
27
[PATCH] Persistent grant maps for xen blk drivers
This patch implements persistent grants for the xen-blk{front,back} mechanism. The effect of this change is to reduce the number of unmap operations performed, since they cause a (costly) TLB shootdown. This allows the I/O performance to scale better when a large number of VMs are performing I/O. Previously, the blkfront driver was supplied a bvec[] from the request queue. This was granted to
2008 Dec 18
1
Ghost in the Channel-Banks
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've been struggling with an ongoing problem the last month. Here is the layout of the wiring: T1 from ISP > DiTech Echo Cancel device > Voice Channel-Bank (same) T1 from ISP > (same) DiTech Echo Cancel device > asterisk1 server zap card > fax channel bank (same) T1 from ISP > (same) DiTech Echo Cancel device > asterisk1