Displaying 4 results from an estimated 4 matches for "rstat8303".
2005 Aug 15
3
paste / system mystery
Dear R wizards:
under R-2.1.0:
eargs <- 3:5;
line <- paste(c("echo A B", eargs));
cat("executing from R: '", line, "'\n");
system(line);
Oddly, only "A" and "B" are echoed, not the eargs. I had hoped that
line would be one string at this point, and for printing this seems to
be true. However, unlist(line) still gives me the 4
2005 Aug 22
2
pdf font embedding --- again
dear R wizards--- I would like to do some book-on-demand printing at a
popular printer named lulu, but lulu requires inclusion even of the
basic postscript fonts. Interestingly, my book itself does not need
the 14 base acrobat fonts, only the embedded R figures do. Of course,
I really would like to get pdftex to embed the fonts, but how to do
this is not obvious either. [This method seems
2005 Feb 02
3
postscript symbols?
dear R wizards:
is it possible to use a postscript font symbol as a plot symbol? in
particular, I want to use the four postscript symbols for playing cards
(club, heart, spade, diamond) as points. In LaTeX, these four are
\Pisymbol{psy}{"A7} \Pisymbol{psy}{"A8}
\Pisymbol{psy}{"A9} \Pisymbol{psy}{"A10}
and what I would love to do is place them, at say, (x=1,y=1),
2005 Sep 01
0
transparency?
dear R wizards:
I am getting to play more and more with fun fonts (irony warning). I
now know that I can safely use my TeXtext encoding with the postscript
device, but not with the pdf device. Unfortunately, I believe that the
postscript device does not support translucent colors---or is there a
version parameter (like the version="1.4" that I need with the pdf
device) that would