Displaying 8 results from an estimated 8 matches for "4in".
Did you mean:
4lin
2006 Jan 24
1
AAH 2.0 fax problems continued
hey all, a followup from yesterday, not only are my incoming faxes blank,
but they are also EXTREMELY small (like .4in wide), I've seen several people
mention this problem in my searches, but no definative answer that works
with the fax>email setup. Is there any resource that explains how AAH
handles this or some tips for troubleshooting this issue? I've gotten
several replies to my original posting fro...
2007 Dec 09
1
R + LaTeX formula
Hi,
what is actually the best method to include R-plots into LaTeX documents?
At the moment i use
postscript("myplot.eps", width = 12.0, height = 9.0, horizontal = FALSE,
onefile = TRUE, paper = "special",encoding = "TeXtext.enc")
plot(foo,bar)
dev.off()
But it is a bit unhandy to scale later and its difficult to get nice
formula in the plots.
And how should
2001 Dec 07
2
Latex Question
...his by
saying
apropos(postscript)
and then I looked at
?postscript
Then run the command again, and say
dev.off()
To include the graph in Latex, make sure you have something like
\usepackage[dvips]{graphicx}
in your header. Then, where you want the graph, say something
like
\includegraphics[width=4in]{foo.eps}
Jon Baron
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:...
2011 Aug 04
4
Sweave - landscape figure
Dear R-users
I am trying to understand how Sweave works by running some simple examples. In the example I am working with there is a chunk where the R-commands related to plotting a figure are placed. When running R CMD Sweave ? , pdflatex the output is a portrait figure. I wonder whether it would be possible to change the orientation to landscape (not in the latex file but in Rnw file).
Many
2000 Jul 11
3
postscript()
...or some time I have been trying unsuccessfully to integrate R postscript
graphics in LaTex. I consulted the Bug Tracking System.
In the preamble of the LaTex file (test.tex) I have placed the line
\usepackage{graphicx,color}
and I use
\begin{figure}[htbp]
\begin{center}
\includegraphics[height=4in]{graphic1.ps}
\caption{boxplot}
\end{center}
\end{figure}
to include the graphic in the document. Using the command
xdvi test
I can preview the document and the graph is shown. I use
dvips test.dvi
to print the document. This arrangement works perfectly with poscript
graphics produced by gimp...
2008 Nov 22
1
declaring constants in an Sweave / LaTeX document
List,
I would like to set a variable to hold, say, the size of my plots in a
Sweave document. i.e. something like the following in my '.Rnw' file:
==============================================================================
smallPlotSize = 4
<<fig1, echo=false, results=hide, height=smallPlotSize, width=smallPlotSize,
fig=true>>=
dat <- read.table("
2008 Nov 04
3
getting "small" graphs with Sweave using Rnews.sty
I'm sorry for having to post this, but I can't seem to find any
solutions to this, which seems pretty simple, but then again...
I've started playing with the example r news project and wanted to start
adding some graphs, but replacing:
\begin{figure}
\vspace*{.1in}
\framebox[\textwidth]{\hfill \raisebox{-.45in}{\rule{0in}{1in}}
A graph goes here \hfill}
2002 Jan 27
5
EPS->LaTeX problem
Greetings-
I have a strange problem displaying a graph from R (1.3.1, linux) in a
LaTeX document of documentclass seminar.
I'm using graphicx to include the file:
\usepackage{graphicx}
...
\resizebox{\textwidth}{\textheight}{\includegraphics{crime.eps}}
When I do this, the entire slide (including the page number) is rotated
180 degrees. Any ideas why this happens?
The graph was created