Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

915 results for “from:Paul Murrell”

Viewport parameters
Paul Murrell · Jul 11, 2004 · r-help

Hi Simon Woodhead wrote: > Hello all, > > In the Grid addon package from Paul Murrell is there a way of finding > the parameter settings for the viewport you are in? I understand in > Lattice there is a function trellis.get.par...

R News, volume 6, issue 3 is now available
Paul Murrell · Aug 24, 2006 · r-help

Hi The August 2006 issue of R News is now available on CRAN under the Documentation/Newsletter link. Many thanks to Ron Wehrens, our guest editor for this special issue. Paul (on behalf of the R News EditorialBoard) -- Dr Paul...

"lower or equal" symbols in lattice graphics tick labels
Paul Murrell · May 5, 2002 · r-help

Hi > Is there a way to draw "lower or equal", and "greater or equal" symbols > in tick labels for lattice graphics ? Mathematical annotation as in ... plot(1:10) text(6, 4, expression(x <= y)) ... has not been implemented in grid...

graphics examples
Paul Murrell · Feb 3, 2005 · r-help

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...

TRELLIS (Splus) EQUIVALENT IN A FUTURE R ?
Paul Murrell · Mar 14, 2000 · r-help

hi >I know that R already includes conditioning plots (two variables/factors) >but is there any intention to incorporate an equivalent of Trellis >(Splus) multi-conditional plots in R ? Trellis-like functionality is definitely on the wish list, but i...

adding text to persp
Paul Murrell · Oct 14, 2001 · r-help

Hi > Any ideas on adding text to persp plots? The perspp function from S-plus > is not implemented. I'm using R1.3.0 on Win2000. One thing that might be useful to try is something like ... persp(1:10...

image() and text
Paul Murrell · Feb 7, 2006 · r-help

Hi Andrej Kastrin wrote: > Dear useRs, > > I have 4Ã—4 symmetrical matrix ; then I use > > image(log(my.matrix)) to visualise it. > > Is there any 'simple' way to add text labels into each cell lie on > diagonal of the...

Perpendicular symbol in plotmath?
Paul Murrell · Apr 30, 2007 · r-help

Hi Gabor Grothendieck wrote: > On 4/30/07, Paul Murrell <p.murrell at auckland.ac.nz> wrote: >> though I had to switch to a single-byte encoding >> to get my system to pick up the symbol font > > Exactly what command...

fill patterns
Paul Murrell · Nov 28, 2001 · r-help

Hi > > Any idea when the density and angle arguments to polygon() are to be > > implemented? Or is there another way to achieve hatching fill patterns? > > When someone contributes the code: > > `R is a collaborative project with many contributors.' > > Arbitrary fill...

inconsistent handling of NA lty (PR#3217)
Paul Murrell · Jun 9, 2003 · r-devel

Full_Name: Version: OS: Submission from: (NULL) (130.216.50.118) Submitted by: paul >From report by Peter Dalgaard ... I found that if a numeric vector is used to set the line type in segments(), then any NA values get...

Graphics Device API change
Paul Murrell · Feb 26, 2017 · r-devel

Hi r72261 in r-devel has modified the graphics device API and bumped R_GE_version in GraphicsEngine.h (to satisfy PR 16951). This means that ... (i) third-party graphics device packages need to be reinstalled. (ii) third-party graphics...

string manipulation in R?
Paul Murrell · Jul 18, 2001 · r-help

Hi > [Quick version] > How do I concatenate two string to produce a third? > Does the underlying representation of "character" allow this? [Quick answer] For concatenating strings, use paste(). For example ... > paste("any", "number", "of", "strings") [1] "any number of strings...

Q. regarding shadowed 3D plots
Paul Murrell · Nov 6, 2002 · r-help

Hi Amund Tveit wrote: > > Hi, > > Is the code for creating the screenshot plots found at: > 1. http://www.r-project.org/screenshots/persp-surface.jpg > 2. http://www.r-project.org/screenshots/volcano-persp.jpg > available? > > How is the shadow...

R Documentation(s)
Paul Murrell · May 7, 2000 · r-help

hi > Sorry, I was wrong. I am using R ver. 0.90.1 (1999, December). > Is it possible if this is the source of troubles? I will try > using R ver. 1.0.0 (from woody of Debian/GNU Linux...

concatenating expressions and standard text
Paul Murrell · Dec 15, 2005 · r-help

Hi manuel.martin wrote: > Hi all, > > is it possible to concatenate expressions and basic text when for > instance labeling axis of a plot? I would like to see something like the > concatenation of expression(C[0]) and "for case 1...

boxplot
Paul Murrell · Aug 1, 2006 · r-help

Hi Ana Patricia Martins wrote: > Hello R-users and developers, > > > > Once again, I'm asking for your help. > > I've used "identify" to identify points in a scatter plot. However, I can't > apple in the boxplot..... > > > > I need to...

bold AND italic as font in text()
Paul Murrell · Jul 21, 2003 · r-help

Hi Tord Snall wrote: > Dear all, > Is it possible to somshow plot text as italic AND bold. I tried font=c(2,3) > in text(), but it doesn't work. It seems like the latter value is used. Looks like...

par(fig) problem
Paul Murrell · Feb 14, 2000 · r-help

hi > I'd like to plot four graphics on the same page but with different > sizes. I've tried to use : > > par(fig=c(0,0.5,0,0.6)) > plot(fig1) > par(fig=c(0.5,1,0,0...

\ell symbol (log-likelihood)
Paul Murrell · Aug 18, 2010 · r-help

Hi On 19/08/2010 4:25 a.m., David Winsemius wrote: > > I sent this privately to ivo welch yesterday, and he thinks it might > be useful to someone else as well. Since I'm on a Mac the screen...

graphics changes
Paul Murrell · Aug 27, 2002 · r-devel

Hi I have committed some changes to R's graphics code which means that the current version of the grid package on CRAN (0.6-1) will NOT install/run on the development version of R. I have submitted to...

Can't find what you're looking for? Try searching with Google .