Displaying 13 results from an estimated 13 matches for "graphsheets".
Did you mean:
graphsheet
2011 Jun 17
1
graphsheet and export.graph equivalents in R?
R Experts
I'm currently using an S+ script of the following format and would
like to convert it to R. The script opens a graphsheet with an
associated name, plots something (in this case a boxplot) and then
exports the contents of the graphsheet of the assigned name to an EMF
file. I've been looking for something in R that would work the same way
but to no avail.
Could someone
2008 Aug 18
2
graphsheet
Hello,
I am trying to convert the following command from SPLUS to R:
graphsheet(pages = TRUE)
Does anyone have an idea what is the equivalent in R?
Thanks
--
View this message in context: http://www.nabble.com/graphsheet-tp19026010p19026010.html
Sent from the R help mailing list archive at Nabble.com.
2008 Apr 10
1
Recovering SPlus GraphSheets
Hello,
Is it possible with R to recover the contents of SPlus GraphSheets
(*.sgr) without access to SPlus?
Also, some of the .sgr files may have multiple pages.
Thanx, DaveT.
*************************************
Silviculture Data Analyst
Ontario Forest Research Institute
Ontario Ministry of Natural Resources
david.john.thompson at ontario.ca
http://ofri.mnr.gov.on.ca
2005 Jan 26
2
graphsheet substitute in R?
I'm using R 2.0.1 in a class I teach, with most students working under
windows XP. We have a data frame with the first column containing the
factor "site," and five water-quality variables at each site. As one part
of exploring these data, I'd like the students to run
by(ourdata,site,pairs).
When I try that, however, the pairs plots for the first 10 sites scroll
past, and
1998 Nov 28
1
No subject
Dear Friends,
Yesterday I posed a question to the list concerning the possibility of doing
animation examples in R. Here is an example S-Plus (4.5 for Windows ) that
I wrote to illustrate my problem. If I try this in R (comment out the
graphsheet and guilocator calls) I don't see my results until after the
function has iterated through the 100 trials. I would like to plot each
iteration.
1998 Nov 27
1
No subject
Dear friends,
I am trying to port a collection of S-PLUS teaching functions over to R.
Several of my functions use animation. Animation in S-PLUS is not ideal,
but can be accomplished with a call to guiLocator (this forces the program
to print to the graphsheet rather than wait until the function has completed
all calculations). Does anyone know if there is a trick that will enable
me to
1998 Dec 07
0
ESS with R and S-PLUS under Windows 9x/NT.
...d line, yet.
-- This may depend on your shell setting for NTEmacs.
On the S-PLUS front, if you have
(setenv "ALWAYS_PROMPT" "T")
the s+3 inferior mode works right out of the box once you set the
executable to be SHOME/cmd/sqpe.exe. This gives you everything except
access to graphsheets. And my DDE solutions give modest success if
graphsheets are needed.
--
Brian D. Ripley, ripley@stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road,...
2000 Feb 24
1
landscape plots
Is there a set of R expressions that has the same effect as the
following set of S-Plus 2000 expressions:
graphsheet(format="printer", orientation="landscape")
par(mfrow=c(2,2))
plot(x1, y1)
plot(x2, y2)
plot(x3, y3)
plot(x4, y4)
dev.off() # one page of landscape plots sent to printer
I am having trouble with formulating the equivalent of the first line of
the above in R.
2005 May 11
3
Graphics file to disk
Dear All,
I have some code that works in S-Plus for writing saving a graphics file to disk :-
graphsheet(type = "auto", format = "WMF", file = "G:\\north0l.wmf",
pages = "auto", print.background = F,
orientation="landscape",
color.style="color")
plot(x,y)
dev.off()
This works fine in S-Plus.
I have tried playing
2006 Jan 10
2
graphics pages?
Dear R People:
In S Plus, if you have a function which calls the plot
function several times, you get several "pages" of graphics
output.
Is there an eqivalent in R, please?
R version 2.2.1 windows
Thanks in advance!
Sincerely,
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: hodgess at gator.uhd.edu
2003 Jun 18
3
Multiple graph sheets
In Splus the code
test.lm <- lm(y ~ x, data = test.data)
plot(test.lm)
generates a graphics window that contains
multiple graph sheets that one may choose
from via the "page" tabs at the bottom of
the window.
Is there a way to do this sort of thing in
R? As another example, I have some repeated
measures data with continuous outcomes and
have been working with the nlme library in
2004 Jul 09
3
Reproducible Rterm crash. (PR#7072)
# Your mailer is set to "none" (default on Windows),
# hence we cannot send the bug report directly from R.
# Please copy the bug report (after finishing it) to
# your favorite email program and send it to
#
# r-bugs@r-project.org
Reproducible Rterm crash.
I drew a complicated graph, then resized the graphics window.
R reported
> Insufficient memory for resize. Killing device
2002 Feb 11
4
Multiple graph pages
Dear R users:
I am a relatively experienced Splus user but new to R, using the version
for Windows 2000.
Splus allows the user to generate multiple graph pages in the graph window.
For example, if you have two plot(...) commands in the script than two
pages in the graph window will be created. However, when I tried this in R,
the second plot will just overwrite the first plot in the graph