Displaying 3 results from an estimated 3 matches for "figurename".
Did you mean:
fg_rename
2006 Aug 01
1
R crashes using pdf() windows() or postscript()
...h i386
os mingw32
system i386, mingw32
status
major 2
minor 3.1
year 2006
month 06
day 01
svn rev 38247
language R
version.string Version 2.3.1 (2006-06-01)
draw.rectangle <- function(
label,
figurename="figure",
figurepath=getwd(),
box.gpar=gpar(fill=rgb(red=51, green=51, blue=204, maxColorValue =
255),
col=rgb(red=128, green=128, blue=128, maxColorValue =
255),
lwd=2),
text.gpar=gpar(col="white", fontface="bold",...
2006 Dec 10
3
R and LaTeX
Hi all,
I have started using LaTeX for writing papers and I have heard that R
works well with LaTeX. I'm specifically interested in how I can have
LaTeX read in R generated graphics - for example graphs formed by
matplot, or other such processes. Does anyone out there use LaTeX and
can point me in the right direction?
Thanks
David
--
2003 Jul 25
0
Sweave and Printing Lattice Figures From Loop
...lapply(
UniqueLength, function(x) sum(as.numeric(FileNameLength%in%x))
)
)
# Now that i've produced the
# figures and indexes
# need to put in the LaTeX
# code and proper file names
# as well as any thing else
z<-1
for(i in 1:NumberFigures){
FigureName <-
for(j in 1:PagesPerFigure[i]){
# this is whats not easy to know before runnning
# and maybe you want to change condition order...
cat("\\begin{figure}\n")
cat("\\centering\n\n")
cat("\\includegraphics{", created[z], "}\n\n", sep="")
cat...