Displaying 9 results from an estimated 9 matches for "kmmatoba".
2008 Nov 29
3
including Sweave tangled code in '.Rnw' document
Hello List,
I have been using Sweave for my homework this last quarter and have been
very impressed at how much time and effort it saves me. I, however, have
run up against a problem which I have not been able to solve using any of
the Sweave/LaTeX tricks I know. I work through my homework one problem at a
time, typesetting equations and writing R code, etc. and occasionally use
2008 Oct 10
1
a question about diparate device quality
List,
I have a question about why plots sent to certain devices can be of so much
worse quality than others. Whenever I plot to x11 or pdf the graphs are of
excellent quality. eps is a bit poorer, but of passable quality, and jpeg
or tiff are terrible. I tried all manner of parameters, on many versions
of R (most major releases from about 2.2 - present) under linux and windows
and on a few
2009 May 09
2
Sweave \Sexpr{} advice please
Dear List,
First off, my deepest gratitude to the Sweave developers: this tool has
improved my quality greatly.
A question in my work I use \Sexpr{} statements scalar values and the xtable
package for all manner of tables. What I'd like to do is to use a vector
inline, rather than a whole separate table. Something like:
%%%%%%%%%%%%%%%% begin code
% Latex junk
% Sweave block:
2008 Oct 15
0
R-help Digest, Vol 67, Issue 31
...l Sciences Unit
HSL
------------------------------------------------------------------------
ATTENTION:
This message contains privileged and confidential inform...{{dropped:20}}
------------------------------
Message: 41
Date: Mon, 29 Sep 2008 09:35:59 -0700
From: "Kyle Matoba" <kmmatoba at ucdavis.edu>
Subject: [R] multiple page pdf file using pdf()
To: r-help at r-project.org
Message-ID:
<b72a69660809290935n7ce9f1vae76fdcb7f87affb at mail.gmail.com>
Content-Type: text/plain
List,
I am currently producing a series of charts using multiple calls to pdf()
but, rather tha...
2008 Sep 29
1
multiple page pdf file using pdf()
List,
I am currently producing a series of charts using multiple calls to pdf()
but, rather than having ''n'' single plot files, would like them all to go
into one ''n''-page pdf file. Would someone be so kind as to explain how, if
at all, I might go about doing this from within R? I have only ever
previously used devices besides x11 by analogy with printing things
2010 Feb 18
1
pictex
The example at ?pictex does not work (the driver apparently uses
'rotatebox') for me as stated. It did compile after including the
graphicsx package. A MWE is at the help page for pictex. I tried to
get in touch with Valerio but his email bounced. Probably we want to
add a \usepackage{graphicsx} to the help page and try to track down
Valerio.
Cheers,
Kyle
This is pdfTeX, Version
2010 Sep 16
0
improvements to plm fitting
In the course of some work I have been doing for Revolution Analytics I have
had the necessity of modifying the plm function so that it would not die
halfway through fitting. In particular, I was able to more than halve the
runtime (for my particular run) and improve its memory usage with three
small modifications:
1.) Replacing throughout apply(X, 2, mean) with colMeans, similarly with
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("
2010 Aug 29
3
a small suggestion for improving the building of packages
All,
I just finished the process of build a package for the first time and found
it characteristically (for R) very straightforward and well documented.
Whenever I deal with open source software I always endeavor to finish the
task I have in mind, and upon completing this, I then revisit all of the
configurations, customizing as necessary to achieve my goals more fully.
The ability to achieve