similar to: R-beta: Problems with postscript

Displaying 20 results from an estimated 20000 matches similar to: "R-beta: Problems with postscript"

2000 Jun 26
1
postscript error
I'm using R version 1.1.0 with Redhat 6.2 in a Dual-Pentium When I type postscript() I have the next error: -- Error in old$command == "default" : comparison (1) is possible only for vector types I have updated R next week using the rpm package http://www.stat.math.ethz.ch/CRAN/bin/linux/redhat/6.x/i386/R-base-1.0 .0-2.i386.rpm I know that postscript() has new features, but I
1999 Nov 30
1
Character2function
If I have several character vectors, for example: a_c('data.') b_c('_myfunction(') c_c('vect.') d_c(')') and, j_1 I can build a vector using paste: x_paste(a,j,b,c,j,d,sep="") x="data.1_myfunction(vect.1)" I have n numeric vectors (vect.1...vect.n) Then, if I could evaluate the string x, I would calculate the result of my function in
2002 Jun 12
3
package lattice
Hi! I am using R1.5.0. When using functions form lattice the background is dark grey. I have tried to change it using par() but it does not work. By the way, if I use par and the standard functions like hist() there is no problem with the par function. Any hints? Thank in advance, Ignacio Perez Escuela Colombiana de Ingenieria
2001 Mar 07
5
Remove
Hello, I would like to remove some files which have the extension .test for example (data1.test, data2.test ....). Is there another solution to remove them instead of doing it one by one ? Thanks for your help, St?phanie Langevin -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2001 Feb 10
3
Scatterplot - symbols coded by factor
Hi - I would like to create a scatterplot with the symbols coded by a factor in each record. Is their a better way than what I have used below? I attempted to use the plot.factor, but cannot force it to make a scatterplot instead of boxplots. I have considerd making a function with a 'for' statement for each level of the factor. Is there a better way for when I am dealing with more
2000 Aug 04
3
How to use complicated FUN in apply ?
Hi everyone I'm trying to use sigma2.mat<-apply(ri.mat,2,'-n/2*log(sum(ri.mat^2)/n)') but it's not working. Is it wrong to use that kind of FUN in apply ? or am I doing something wrong ?! Thank's ernesto -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
1999 Nov 23
3
problems with postscript device
Hi! The postscript device in 0.90 does not produce symbols (pch=) as it should. E.g.: postscript(file="test.ps",width=8,height=6.4,horizontal=FALSE) plot(1:10,1:10,pch=1:5) legend(1,9,letters[1:5],pch=1:5) dev.off() The result looks quite different compared to the X-windows version. The symbol 1 (pch=1) is much to small, while the other symbols seem to big. Is it a bug? How can I
1997 Jun 07
1
R-beta: Encapsulated Postscript output with R-0.49
I've noticed that the postscript files produced by R-0.49 come up inverted in my postscript previewer. Also, they do not behave like encapsulated postscript files so they can't be imported into LaTeX documents. If I remove lines with page-oriented commands like "%%Page", "%%Orientation", "\bp" and "\ep", the resulting files seem to behave like
1997 Jun 02
2
R-beta: Postscript command fails
We are getting the following error: > postscript(file="Rplot.ps") Error in device("postscript", as.character(c(file, paper, family, bg, : unable to start device postscript This is R-0.49 under SunOS 4.1.3 and under Linux (kernel 2.0.0). The command worked fine on R-0.14 under the 2 above operating systems. Any ideas? Ina
1998 Jul 01
1
R-beta: Problems with graphics on postscript
I am using R-0.62.1 on FreeBSD-2.2.5. In R-0.61.3 I wrote the following R-script to produce postscript-output with logarithmic diagram: postscript("Test.PS", paper="a4", width=10.7, height=7.27, pointsize=10) plot(c(1:100), c(1:100), ann=FALSE, log="y", xlim=range(1:100), ylim=range(1:100)) lines(c(1:100), rep( 1,100), lty=2, col="Gray") lines(c(1:100),
1998 May 28
0
R-beta: Re: Problem with Postscript printing
Alvaro, The Postscript output from R will produce output as good as your printer. It is best to have a printer with a Postscript interpreter built in, as the software conversions often found in Windows printer drivers can be pretty wobbly. One advantage of R Postscript is that it doesn't tack a Postscript reset (^D) on the end of every file. As for word processors which handle Postscript
1998 Jun 25
1
R-beta: PostScript tick marks in 62.1
R-users/developers, I am loosing tick marks that I add to a plot with axis() when plotting to the postscript device. They show up fine on the x11 device, and work with the postscript device when the default tickmarks are used (those added by plot()). I am using R-62.1 from the RedHat5.0 rpm's on i86 Linux. Do later snapshots correct this, or is this a running bug in R awaiting the
1998 Jun 25
1
R-beta: PostScript tick marks in 62.1
R-users/developers, I am loosing tick marks that I add to a plot with axis() when plotting to the postscript device. They show up fine on the x11 device, and work with the postscript device when the default tickmarks are used (those added by plot()). I am using R-62.1 from the RedHat5.0 rpm's on i86 Linux. Do later snapshots correct this, or is this a running bug in R awaiting the
2005 Jan 10
3
Mixing portrait/landscape in a postscript file
Dear list, I'm stuck with a little graphical problem. I'm generating several lattice plots which are printed in a single postcript device opened by > trellis.device(postscript, theme=canonical.theme("postscript", color=F), file="an_phase2_graph.ps", paper="a4", pointsize = 10, onefile=TRUE, horizontal=TRUE) Everything works fine,but some of these
1997 Aug 05
1
R-beta: q and postscript in win95
I have recently been introduced to R for win95 and have been impressed by it. It seems to outperform S-Plus greatly. I have had 2 problems. I am using visual basic to automate an analysis. The vis basic routine waits for the creation of a data file then calls R to start the analysis. I have placed the source() command in the rprofile file so it will be run automatically. Output of the
1998 Apr 25
1
R-beta: postscript in R and R
I am creating postscript-graphics in R. When I import them into a LATEX document it is impossible to get the caption close to the figure. I run the same program in Splus, and no problem of getting the caption just below the figure. Another thing, the ps file that S created is only 10% of the size of the file that R created. What is wrong? Are there some parameters to be set? Helgi
2010 Nov 29
1
Troubles in plotting to a postscript file (not to png)
Dear R users, I am trying to produce some plots in a postscript file, but I am experiencing some issues. I open the device with ----------------------------- setPS() postscript (file='gs_mcmc_dust.ps',width=5*3,height=5*3,horizontal = FALSE, paper = "special",family = "ComputerModern",encoding="TeXtext.enc")#, onefile = FALSE -----------------------------
2008 Nov 15
1
PostScript File Dimensions
Hi List, here I go again. Well I need to save plotted objects as .eps using the postscript() function, well I can do that but all resulting object are perfect squared dimensions (x = y). I need a rectangular output something like x = 2y dimension. Is it possible? The I’m new to R and postscript image format! I’m doing this…
2005 Mar 06
1
Wine prints Postscript code
Hello, using wine with CUPS, I have following print problem: The printer prints the plain postscript code! I don't have a Postscript printer, but on Linux Ghostscript renders the Postscript without problems. I think the Postscript file wine produes is wrong and doesn't get detected by the print filter as Postscript and so it is printed as ASCII. Can anybody help? Regards, Bernhard --
2004 Aug 13
3
Question from Newbie on PostScript and Multiple Plots
Hi, As I'm pretty new to R I hope this question isn't too basic. I am currently looping through my dataset and for each iteration am producing three separate plots. When I output these plots to the screen they are nicely grouped as three plots per page, however, when I try to send it to a PostScript file I get one page for each plot. I have adjusted my postscript options so that my