Displaying 8 results from an estimated 8 matches for "savedplots".
2008 Apr 21
1
Use of recordPlot
I am trying to save plots that I create using calls to windows() folowed
by multiple calls to plot to place several plots on a page. I want to
store the plots as variables to be able to recall them later.
The documentation states:
"Recorded plot histories are of class "SavedPlots". They have a print
method, and a subset method.
As the individual plots are of class "recordedplot" they can be replayed
by printing them: see recordPlot.
The active plot history is stored in variable .SavedPlots in the
workspace."
But what does this mean "class SavedPl...
2004 May 09
2
windows(record=T) loses last plot (PR#3663)
...icates that PR#3663 is not reproducible and/or fixed,
but I believe windows(record=T) is still not working as documented:
windows(record=T)
for(i in 1:5) plot(0, 0, cex=4, pch=as.character(i))
After cycling through the plots with PgUp and PgDn, the user finds out
that plot 5 is lost. Indeed,
.SavedPlots
reports that only 4 plots were saved. I'm running the example in a fresh R
session, after rm(list=ls(all=T)), quitting, and restarting. I have
reproduced this bug on two machines, one with a fresh R installation.
Thanks,
Arni
OS: Windows XP
R: 1.9.0
graphics: 1.9.0
2007 Jul 23
2
doubt about options(graphics.record=T)
Hi all,
I've been using R under WindowsXP.
So, where the R stores the graphic archives (don't saved) if I use the option
options(graphics.record=T) inside of Rprofile.site file?
Regards,
--
/////\\\\\/////\\\\\/////\\\\\/////\\\\\
Jose Claudio Faria
Brasil/Bahia/UESC/DCET
Estatistica Experimental/Prof. Titular
joseclaudio.faria em terra.com.br
joseclaudio.faria em
2009 Feb 22
1
Setting global variables in a function
Hi,
I am writing a function that plots many graphs so therefore I have it turn
recording on. The problem is; that when it is run again, the new graphs get
added to the old ones, doubling the amount recorded. I know that
.SavedPlots<-NULL removes the recorded plots but how can this be done from
inside a function?
Thanks in advance.
W.
[[alternative HTML version deleted]]
2013 Apr 12
3
Error loading workspaces after upgrade
An embedded and charset-unspecified text was scrubbed...
Name: nem el?rhet?
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130412/f2e12b77/attachment.pl>
2006 Sep 11
5
Successive Graphs
Hello! I have written an R script on a Windows platform where I
calculate eight result matrices I plot using matplot. I would like to
display the resulting plots successively, rather than simultaneously,
and I was wondering if anyone could point me in the right direction as
to how to do this. The graphs pop up in this manner by default when I
run my script in S-PLUS, with tabs separating them so I
2005 Feb 01
1
Hugh image created from modest data
Dear R users,
I am running R2.1 on windows XP SP2. I have a problem that I fear I am
providing insufficient information to resolve. But if anyone can suggest
directions to understand the problem I would be most grateful.
I import modest datasets which create a list of data frames (primary data
object) amounting to 15.9Mb when measured internally by object.size() . The
sizes of the list
2007 Mar 06
5
Recalling and printing multiple graphs. Is there something in the HISTORY menu that will help?
I have written an R function that produces multiple graphs. I use
par(ask=TRUE) to allow for the inspection of each graph before the next
graph is drawn. I am looking for a way to recall all graphs drawn in an
R session, and a method that can be used to print all the graphs at one
time. I know that I could simply print each graph after I inspect the
graph, but this gets tiresome if one's