Displaying 20 results from an estimated 3000 matches similar to: ""Graphics history" in UNIX (text only)"
2010 Jun 09
2
"Graphics history" in UNIX
Hello. First post, please excuse lack of experience.
I recently switched from MS-Win to Kubuntu and find it rather difficult
to recover Cran-R ease of use.
The "Graphics history" facility available under Windows was, for me,
extremely useful.
From Murrell's 2005 book (see citation below) I understand that no such
facility is available under non-Windows systems.
In R-help
2010 Jun 15
1
Fwd: Re: "Graphics history" in UNIX
Many thanks again for your code.
Actually, manual typing of the function names to record or review plots
is not a practical solution for me.
I taught it would be a quick task to program Function keys for this purpose.
I uselessly spent time messing with a "<home>.initrc " file.
The only solution I found is to write the functions names, via Bash
menu
2000 Jan 28
1
Activating Graphics History
I'm having trouble finding documentation on how
to activate the "record graphics history" option via
a command line (as opposed to having to use the menu).
I would like to store a series of graphics. The readme says:
`The History menu allows the recording of plots. When plots have been
recorded they can be reviewed by PgUp and PgDn, saved and replaced.
Recording can be turned
2007 Oct 09
1
Visualize cox proportional hazards
Hello all
I would like to visualize the hazard ratios of a cox proportional
hazards model. I have seen some good examples in the New England
Journal of Medicine:
http://content.nejm.org/cgi/content/short/353/26/2747/F3
http://content.nejm.org/cgi/content/short/350/26/2654/F2
(I hope these are open access, but I am not sure)
And something similar in the book 'R Graphics' by Paul
2005 Feb 04
1
graphics examples
Hi
I have put up some web pages containing a number of plots (and diagrams)
produced using R (they correspond to the figures for a book that I am
working on about R graphics), with the relevant R code provided for each
plot (or diagram), at
http://www.stat.auckland.ac.nz/~paul/RGraphics/rgraphics.html
Hope these are of some help/use; comments/suggestions welcome.
Paul
--
Dr Paul Murrell
2008 Aug 12
1
separate maps in one figure
My aim is to create a figure consisting of three maps: Alaska in the
upper left corner, the 48 contiguous US states in the center right, and
Hawaii in the lower left corner. In some ways the figure I'm trying to
create is analogous to figure 1.5 in Paul Murrell's excellent "R
Graphics", which combines a map of New Zealand with a map of the world.
I tried adapting the code
2009 Dec 02
4
Again on overlaying plots (a plot region within a plot region)
Dear R-users,
after seeking for help in R-search
I did not find any hint on my particular problem.
Countless help on "true" overlay, but nothing on this.
Please consider the following:
par(mfrow = c(2, 1))
T <- seq(0, 20, by = 0.01)
## PLOT 1
plot(T, 30*exp(-0.65*T),
type = "l"
)
points(T, 30*exp(-0.26 * T), type = "l", lty = "F8")
points(T,
2015 Aug 31
0
R doesn't compile on FreeBSD 10.2
First, this there is no evidence here of a 'compilation' failure: it
seems to be about installation, and more specifically about loading
dynamic libs.
Second, we don't have all the pertinent information such as the
configure options used and the architecture (x86_64?). I am going to
have to guess none as none were mentioned, but using --enable-R-shlib
would be pertinent.
On
2009 Sep 24
1
graphics mailing list?
Dear all,
Would it make sense to have a separate mailing list (special interest
group*) for Grid graphics? (or is there one already?)
I don't feel comfortable asking questions about the design of new a
new grid class in R-help where I'm guessing most people won't be
interested. Of course having yet another mailing list would only make
sense if it's to be followed by those people
2015 Sep 01
0
R doesn't compile on FreeBSD 10.2
On 31/08/2015 16:26, Davor Cubranic wrote:
> Prof Brian Ripley writes:
>
>> Second, we don't have all the pertinent information such as the
>> configure options used and the architecture (x86_64?). I am going to
>> have to guess none as none were mentioned, but using --enable-R-shlib
>> would be pertinent.
>>
>> On 31/08/2015 05:47, Davor Cubranic
2015 Sep 01
0
R doesn't compile on FreeBSD 10.2
The datetime.R issue looks familiar. Darwin (the basis for OS X) copied
a lot of things from FreeBSD, bugs and all. So I expect the same remedy
applies (http://cran.r-project.org/doc/manuals/r-patched/R-admin.html#OS-X):
'Configure option --with-internal-tzcode is the default on OS X, as the
system implementation of time zones does not work correctly for times
before 1902 or after 2037
2000 Jul 22
1
maketitle garbles the title in package nnet (PR#613)
The TITLE for the nnet package is garbled: it comes out as
nnet Feed-forward neural networks and multinomial log-linear
nnet Feed-forward neural networks and multinomial log-linear models
The problem is in maketitle:
auk% cat DESCRIPTION
Bundle: VR
Version: 6.1-9
Date: 2000/07/11
Depends: R (>= 1.1)
Author: S original by Venables & Ripley.
R port by Brian Ripley
2015 Aug 31
2
R doesn't compile on FreeBSD 10.2
Prof Brian Ripley writes:
> Second, we don't have all the pertinent information such as the
> configure options used and the architecture (x86_64?). I am going to
> have to guess none as none were mentioned, but using --enable-R-shlib
> would be pertinent.
>
> On 31/08/2015 05:47, Davor Cubranic wrote:
>> On FreeBSD 10.2, I get the following error when compiling R
2006 Apr 24
1
rmeta: forest plot problem
Der useRs,
I'm working on meta analysis using rmeta package. Using code below I
plot the forest plot:
library(rmeta)
data (catheter)
a<-meta.MH (n.trt, n.ctrl, col.trt, col.ctrl, data=catheter, names=Name,
subset=c(13,6,5,3,7,12,4,11,1,8,10,2))
summary(a) # odds ratio values and confidence intervals
metaplot(a$logOR, a$selogOR, nn=a$selogOR^-2,a$names, summn=a$logMH,
sumse=a$selogMH,
2009 Feb 10
2
forestplot
Dear R users,
Is there any way to control the size of the box around the mean when
creating a Forest plot using the forestplot function?
regards
Mark
Mark T. Marino, MD
VP, Early Clinical Development
Mannkind Corp.
61 S. Paramus Road
Paramus, NJ 07652
201-983-5238 Office
203-512-4008 Cell
mmarino@mannkindcorp.com
[[alternative HTML version deleted]]
1999 Sep 01
1
Using R-0.65.0 under ESS on Unix
There is a bug in the command-line handling of 0.65.0 under Unix that
may affect some users of R-inferior-mode under ESS, as that sets
--no-readline as the first argument, and any arguments after that are
ignored.
The fix is simple: delete line 448 of src/unix/sys-common.c (`break;')
and re-compile.
The most used arguments are (I'm told) --vsize and --nsize. I find it more
convenient to
2013 Jan 09
3
Sweave, Texshop, and sync with included Rnw file
Hello everyone.
I am in the process of writing a book in Latex with Texshop, on Mac.
This book contains a lot of R code, hence the need to use Sweave.
I was able to compile Rnw files, and to sync back and forth from the pdf to the source Rnw.
My problem now is that the book is divided in Chapters, and every chapter is in its own Rnw file.
I can compile them from the main one (book.Rnw) using the
2015 Sep 01
2
R doesn't compile on FreeBSD 10.2
I tried compiling using GCC. First, I changed config.site to:
~/R-3.2.2$ svn diff config.site
Index: config.site
===================================================================
--- config.site (revision 69236)
+++ config.site (working copy)
@@ -278,3 +278,8 @@
## Path to the version of pkg-config to be used for locating cairographics.
## PKGCONF =
+F77=gfortran48
+FC=${F77}
+CC=gcc48
2007 Jul 18
10
Rails - Mock going out of scope?
Hello list,
I think I have a rails related RSpec problem with a mock going out of
scope on a recursive call to a model.
The code is at: http://pastie.textmate.org/79821 if you want to see it
highlighted. I have pasted it below as well.
Basically, I have an acts_as_nested_set model called "Node", which
works fine. I have a function which finds the language name of the
node instance.
2001 Feb 11
3
Scatter plot calling R function from C
Dear R users,
I want to create a C program drawing a scatter plot
with R functions.
Is it possible to do such a thing with interfaces declared
in 'Rgraphics.h'? If so, I would like to get sample C sources.
>From a user in Japan.
Thanks,
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read