First I'd like to thank Ilaik and Paul for their responses.
I seem to be getting what I need by using LaTeX's tikz package and
including tikz=true in the options for the figure chunks using vcd,
e.g.,
<>=
... R commands ...
@
I have actually used this before in other documents, but not for this
I'm trying to use the vcd package to produce mosaic plots for my class
notes, written in Sweave and using the LaTeX's beamer document class.
For projecting the notes in class, I use a dark background with light
foreground colors. It's easy enough to change the defaults for R's
standard graphics t
Liviu Andronic writes:
> Not a solution that would work in all cases, have you tried reducing
> the font size?
Yes, I have done this. I've also eliminated all the stuff that beamer
puts on the screen (title bars, navigation symbols, etc), to the point
that I probably shouldn't be using beamer
phs
assign("[.paragraphs",
function(x, ..., drop = TRUE) {
cl <- oldClass(x)
class(x) <- NULL
val <- NextMethod("[")
class(val) <- cl
val
})
print.paragraphs <- function(x, ...) {
for (i in 1:(length(x)))
Duncan Murdoch writes:
> In the meantime, using Rterm in a command window is one solution.
> There are also other front ends available that may work: running R
> from within Emacs, or using the JGR front end (see the article on p. 9
> of http://stat-computing.org/newsletter/issues/scgn-16-2.pdf
"Anne-Marie Ternes" <[EMAIL PROTECTED]> writes:
> What I would like to do, is to be able to get 2 types of output with
> the same code (I'm lazy ;-) ):
> ...
> 2. a PDF and HTML file *per chapter*, for displaying on our website
> and allowing people to download individual chapters
>
> ...
>
> B
6 matches
Mail list logo