search for: setpdf

Displaying 5 results from an estimated 5 matches for "setpdf".

2008 Mar 02
0
new to latex to pdf
...;m running R 2.6.0 on Windows XP and have Miktex 2.7 installed. I've reproduced the code below, taken from Frank Harrell's latexsummary introduction. My question relates to getting a pdf version of the table from the following code. The pdfs of the graphics (f1a and f1b) generated by setpdf are fine. However, after a number of attempts using different methods, I don't seem to be able to get a pdf of the table from the s1 object (I see the right table in my previewer just fine). I've tried texi2dvi (texfilename, pdf=T) but get only a series of errors and an unformatted ta...
2007 Sep 28
6
Graphics and LaTeX documents with the same font
Dear All, I know how to export graphics as pdf files and then how to include them in LaTeX documents. However, I do not know how to do in order to have the text of the graphics written with the font selected for the LaTeX document. Is that possible? Thanks in advance, Paul
2004 Oct 23
2
Puzzled at a trivial function using Hmisc::setps
I have done: library(Hmisc) mysetps <- function(f) {setps(filename=f, w=4.5)} Now when I set about doing mysetps("a") blah mysetps("b") blah etc. Problem: I find that only one file "f.ps" gets created. My intent had been to create "a.ps", "b.ps", etc., all using the argument w=4.5 with the setps() function of Hmisc::setps.
2007 Oct 01
1
Graphics and LaTeX documents with the same font - multiple y-axes
...7209b684r63aa0d8fcd69d4ef@mail.gmail.com>Content-Type: text/plain; charset=ISO-8859-1 > Yes there is harm. But to make bold lines, easy to read titles is fine.> See the spar function in> http://biostat.mc.vanderbilt.edu/SgraphicsHints for a starter. Also see> the setps, ps.slide, and setpdf functions in the Hmisc package. I was interested to see that you have code for drawing scatterplotswith multiple y-axes. As far as I know the only legitimate use for adouble-axis plot is to confuse or mislead the reader (and this is nota very ethical use case). Perhaps you have a counter-example? H...
2006 Aug 24
5
xyplot tick marks and line thickness
Hello, A made a xyplot using the lattice library in R (latest version). The publisher of our paper has requested: 1. all tick marks should point inwards instead of outwards. 2. All lines should be thicker (lines, axes, boxes, etc. Everything). Lines is easy...I used: lwd=1.5 but what about the lines of the axes, and the lines that build up the plot itself?....? Any