Displaying 20 results from an estimated 100 matches similar to: "graphsheet and export.graph equivalents in R?"
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.
2007 Jun 16
1
Lines connecting the boxes in a boxplot
Hello,
I'm currently using a boxplot to visualize data for three different
models. As I have three models, I'm plotting three parallel boxplots
for each factor.
This works fine - what I need now is a line connecting the medians of
each boxplot of each model. I want to do this in order to visualize
the trend that one of the models exhibit. Basically, I want to plot a
curve for each model
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
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
2008 Apr 29
6
Intercepting an onClick file download
Hi,
I''m having some trouble downloading a .csv file from a particular
website. The file isn''t part of a url, you need to click on a link in
order to get the file sent. I don''t know how to get mechanize to
correctly identify that.
Here is the link to the file I''m trying to retrieve:
<td style="vertical-align: bottom; text-align: center;">
2010 Feb 16
3
error : unused argument(s) when boxplot
Dear all,
I am a total beginner in R, so sorry if this is the wrong place. I am using R 2.10.1 on a Mac (Mac OS 10.6.2).
I have this small dataset :
growth sugar
75 C
72 C
73 C
61 F
67 F
64 F
62 S
63 S
I have no problem reading the table, or getting the summary, but if I try boxplot(growth~sugar, ylab="growth", xlab="sugar", data=Dataset), I have the following error :
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 May 27
4
plotting box plots on same x
I am trying to construct a graph of 6 box plots of blood pressures. I
want them to be on a single set of axis and I want the SBP to be ontop
of the DBP. I have an array bp with the data in it and I tried
a[1,]<-c(145,60,147,62,140,57)
a[2,]<-c(160,75,160,74,160,70)
a[3,]<-c(140,55,140,65,142,55)
boxplot(data.frame(a), main = "Blood Pressures", at=c(1,1,2,2,3,3),
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
2011 Sep 10
2
Can't get Windows program installed under Wine to work
Hi,
I am using Ubuntu Linux 10.4 (64 bit). I have been trying to use a scientific program written to work on Windows XP and Vista. I can't run it on my Windows Home Premium as this does not have XP compatability mode. I therefore decided to attempt installation via Wine.
I have downloaded the latest version of Wine and installed it. I used Wine to install the program with no problems.
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
1998 Dec 07
0
ESS with R and S-PLUS under Windows 9x/NT.
> From: rossini@biostat.washington.edu (A.J. Rossini)
> Date: 23 Nov 1998 12:46:03 -0800
>
> Thanks much. I'm hacking Emacs/ESS on MS Windows platforms starting
> mid next month, thanks to some external prodding (and now, product
> availability from both R, Splus). And I think XLispStat might be able
> to talk (at least DDE), as well, which would be nice
>
> If
2011 Aug 02
2
Help with aggregate syntax for a multi-column function please.
Dear R-experts:
I am using a function called AUC whose arguments are data, time, id, and
dv.
data is the name of the dataframe,
time is the independent variable column name,
id is the subject id and
dv is the dependent variable.
The function computes area under the curve by trapezoidal rule, for each
subject id.
I would like to embed this in aggregate to further subset by each
2011 Sep 27
2
Equivalent to regMatchPos in R.
R Experts:
I am trying to isolate the numeric value of day from a string that might
look like "Cycle 1 Day 8" or "Cycle 12 Day 15".
In essence, what I need is a function that can look at a character
string and tell me the location within the string where it matches with
a given string. In this case, where within "Cycle 12 Day 15" is the
text "Day"
2011 Nov 09
1
Are there equivalents to xblocks or rect that can be used with plot.xts?
I would like to add vertical shaded blocks in plot.xts graphs (like recession
periods in FRED graphs)
The reason I use plot.xts instead of plot.zoo is that I like the fact that
the grid is automatically aligned with major ticks in plot.xts.
xblocks() and rect() do not seem to work with plot.xts (only with plot.zoo).
Are there any alternative methods that work with plot.xts?
Thanks.
--
View