search for: isolatin2

Displaying 9 results from an estimated 9 matches for "isolatin2".

Did you mean: isolating
2007 Jan 25
1
using non-ASCII strings in R packages
Hello dear useRs and wizaRds, I am currently developing a package that will enable to use administrative map of Poland in R plots. Among other things I wanted to include region names in proper Polish language so that they can be used in creating graphics etc. I am working on Windows and when I build the package it is complaining about non-ASCII characters R code files. I was wondering what would
2008 Feb 08
2
question_encoding
Hallo, I would like to ask you, for one question. When I export graph to .pdf and I need some czech font, I use a parameter encoding="ISOLatin2.enc" for these special fonts. But exported text is bad. I try ISOLatin1 and MacRoman, but it is some one. I don't know, what Iam doing bad, because in quartz is the graph ok. Sorry....I forget....I have a Mac with Leopard and R ver. 2.6.1. Thank you. jena
2005 Aug 30
1
Font Encodings --- some work, some don't
Dear R wizards: I believe some more font encoding info. some of the font encodings work, others do not: IsoLatin1, MacRoman, WinAnsi, and PDFDoc seem fine. AdobeStd, AdobeSym, ISOLatin2, ISOLatin9, and TeXtext seem broken, in that the resulting output file is silently corrupt. The font encoding error does not appear in the postscript device driver, and it works fine. It would be nice if R gave an error message, instead of producing corrupt .pdf files. Just a suggestion......
2009 Aug 27
1
set pdf.options() encoding to UTF-8
Dear all Can anyone point to a list of valid pdf.options() encodings? I checked ?pdf and ?postscript, but they do not quite answer my questions. I would like to try UTF-8 instead of the default "ISOLatin1.enc" for Sweave plots (I have issues with Greek characters in labels). Thank you Liviu -- Do you know how to read? http://www.alienetworks.com/srtest.cfm Do you know how to write?
2005 Feb 10
2
Writing output to a file in a loop
...*diff(log(wig20$CLOSE[1:m])) y <- r - mean(r) fit <- garch(y, order = c(1,1)) sink("garch21.txt", append = TRUE) summary(fit) logLik(fit) sink() cv <- predict(fit, genuine=TRUE) fcv <- c(fcv,cv[length(cv)/2,1]) postscript("garch21.ps",encoding="ISOLatin2", title = paste("Day: ",wig20$DTYYYYMMDD[m]), paper = "a4", family = "URWTimes", append = TRUE) plot(fit, ask=FALSE) dev.off() } sink("forecasts.txt") fcv sink() ################################################### The mos...
2001 Aug 27
1
foreign characters in R plots
Hi, I am sorry to bother you with such a (presumably) simple question, but I have spent a couple of hours browsing the net and R documentation and came up with no answer to it. My problem is that I need to use Latin2 (ISO8859-2) characters in my plots. Adding an encoding="..." parameter to the postscript function does not solve the problem, as the characters still don't show up.
2001 Sep 24
1
Printing Central European characters
...I have problems with printing Central European (CE) characters (e.g. {\H o} and {\H u}) in graphics made by R. After executing the following code I can see the CE characters with gv on my screen, but I cannot print them on a postscript printer. > postscript(file="proba.ps",enc="ISOLatin2.enc") > plot(0:15,0:15,type="n") > grid(15,15,lty=1) > for(i in c(32:127, 160:255)){x <- i %%16;y <- i%/% 16;points(x,y,pch=i)} There were 50 or more warnings (use warnings() to see the first 50) > warnings() Warning messages: 1: font width unknown for character 127...
2005 Aug 22
1
Example in pdf() help file (PR#8083)
...(32:255)) { x <- i y <- i points(x, y, pch=i) } The following loop seems to be working as intended for(i in c(32:255)) { x <- (i-31)%%16 y <- (i-31)%/%16 points(x, y, pch=i) } As an extra observation, with code page ISOLatin2, the pdf-file fails to open in Ghostview 4.7 using ghostscript 8.51. Error message below. In Acrobat Reader 7.0 it opens without problems. It is quite possible that it is the settings on my computer that causes the error, but I include the dump of the error message, just in case anybody was int...
2002 Mar 15
1
Non-english fonts in plots
Hello to all I've got a question concerning use of fonts while making plots in R. I wanted to know if it is possible for me to use polish letters in functions like text() title() etc. Looked up characters, which can be obtained via Hershey(), but there are none of them. I made plots using postscript(), pdf() or png() device to export them to MSWord or LaTeX. Windows ANSI CE #dec codes of