similar to: Plotting legend outside of multiple panels

Displaying 20 results from an estimated 180 matches similar to: "Plotting legend outside of multiple panels"

2011 Apr 29
3
Change the text size of the title in a legend of a R plot.
Hello, Is it possible to change the text size of the title in a legend of a R plot? I tried to directly change the title.cex argument but it seems not to work. Trying : Horizo <- c(1,2,6,10,20) legtext <- paste(Horizo,sep="") legend("topleft", legend=legtext,col=col,text.col=col,lwd=lwd, lty=lty,cex=1.1,ncol=3,title = "Horizons",title.col
2006 Aug 30
1
Installation error (PR#9190)
Full_Name: Patrick Lenon Version: 2.3.1 OS: Solaris 10 Submission from: (NULL) (144.92.92.204) During ./configure of R 2.3.1 (R-home directory of `/u/home/lenon/R/ru231/') I got this feedback shown below. configure: WARNING: floatingpoint.h: present but cannot be compiled configure: WARNING: floatingpoint.h: check for missing prerequisite headers? configure: WARNING: floatingpoint.h:
2010 Feb 21
1
odfWeave - merged table cells, and adding information like totals and p-values
I'm hoping I'm missing some (probably fundamental basic process) which might make my life easier! Lets assume I have a 3 column table summarizing results from a trial from three arms (Arm A, B and C). For each arm there will be a number of pieces of information to report. The simplest example might be to compare this to the demographic comparisons often seen in clinical traisl where you
2004 Jun 22
1
Grouped AND stacked bar charts possible in R?
Good day all, My statisticians want an R procedure that will produce grouped stacked barplots. Barplot will stack or group, but not both. The ftable function can produce a table of the exact form they want, but the barplot doesn't show all the divisions we want. For an example, here's the sample from the help file for "ftable:" data(Titanic) ftable(Titanic, row.vars = 1:3)
2009 Apr 16
3
segment between points on different plots
Hi, I need to draw a line segment between two points on different plots in the same multigraph.I've tried looking at the zoominplot function in plotrix but havent understood much.any help is appreciated ~Aks [[alternative HTML version deleted]]
2001 Jun 19
0
patching util-linux-2.11f fails
I tried to use the util-linux patch from Andrew's site last night on util-linux-2.11f and had no luck getting it to work. I then tried it on util-linux-2.11d and it worked flawlessly. Didn't try any real workarounds. Wanted to give everyone heads up on this and see if anyone else has tried and succeeded/failed. Take care, -peel john peel jrp@thepeel.org
2010 Nov 23
1
More detail in chart axis?
Hi, I have a series of data (about 80,000 pairs of x,y). Plotting it shows a great chart. However, R has randomly chosen about 6 labels for my x axis. Now, clearly I can't show them all, but would like some control over the granularity of what is displayed. I can't find anything in the documentation about controlling the axis data labels. Is there a way? Alternately, is there a
2009 Sep 03
3
Zoomable graphs with multiple plots
Hi folks, I was wondering if anyone could confirm/deny whether there exists any kind of package to facilitate zoomable graphs with multiple plots (eg, plot(..) and then points(..)). I've tried zoom from IDPmisc, and iplot from the iplot and iplot extreme packages, but as far I can tell, neither can handle the task. Does anyone know anything else that might work? Or generally know
2013 Jun 06
3
agrandar (estirar..) el eje de las ordenas
Quisiera agrandar el eje de ordenadas en un diagrama de lineas.. para que haya más espacio entre punto y punto y "se noten mejor las diferencias"... ¿alguna sugerencia? -- Antonio Maurandi
2010 May 05
0
R-help Digest, Vol 87, Issue 5
Unsubscribe -----Original Message----- From: r-help-request at r-project.org Date: Wed, 05 May 2010 12:00:09 To: <r-help at r-project.org> Subject: R-help Digest, Vol 87, Issue 5 Send R-help mailing list submissions to r-help at r-project.org To subscribe or unsubscribe via the World Wide Web, visit https://stat.ethz.ch/mailman/listinfo/r-help or, via email, send a message with subject
2007 Oct 06
1
Gnome panels
Hi! Just installed Centos 5 (I've been running 4.x which was an upgrade from previous versions, for a long time), but this one was a fresh install. Now Gnome gives me the two panel configuration (one at top, one at bottom) but I prefer the single, larger panel at the bottom. Anyone know how to tweak Gnome to revert to the single-panel form? Thanx! -- ---- Fred Smith -- fredex at
2007 Jul 20
1
Desktop panels disappeared
What command should I use to restore my desktop panels they disappeared after I increased the screen resolution -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070720/f42f4408/attachment.html>
2011 Jan 05
1
Place of Django template tags inside of ext3.0 viewport panels
Hello, Does anyone know where I can find information on using ext3 with Django. Specifically, I want to place Django template tags inside of a particular panel in my ext3 viewport... I have tried what is seen below, but it doesn't seem to work.. var viewport=new Ext.Panel({ layout: 'border', width:1200, height:650, renderTo: Ext.getBody(), items: [{
2007 Jul 11
1
Drawing rectangles in multiple panels
Hi folks, I'm having some trouble understanding the intricacies of panel functions. I wish to create three side-by-side graphs, each with different data-- so far, so good: I rbind() the data, add a column of subscripts as a conditioning variable, load up the lattice package, specify either a c(3,1) 'layout' or work through 'allow.multiple' and 'outer' and I'm
2011 Mar 27
0
Help labeling Panels
Hi, I'm new. I tried to search out this answer but I suspect I was using the wrong terms, or simply not understanding some of the answers. Anyway here is my question: I want to have a 2x2 panel figure with 4 line graphs all in the same scale. Actually I have that. The thing I seem to be lacking is a way to Label each panel with a letter. I want it to look something like this:
2007 Feb 15
0
html image maps for panels of a lattice graphic
Is there a function to produce images and corresponding html image maps for the panels of a lattice graphic? Thanks - Wolfram
2008 May 18
1
How to change col and pch between panels in xyplot
Dear R-helpers, x <- rep(1:2, 4) y <- c(2, 4, 3, 5, 1, 3, 2, 4) w <- factor(rep(1:2, each = 4)) v <- rep(1:2, each = 2, 2) xyplot(y ~ x | w, groups = v, type = 'b') How do I tell xyplot to use four colors and four plot characters and four line types? And how do I set up an appropriate key in each? _____________________________ Professor Michael Kubovy University of Virginia
2009 Aug 24
0
order of effects plot panels
I can't figure out how to customize the order of the panels for effects plots. Any help would be appreciated. Here's my code: library(effects) lm.hour3eff<-allEffects(lm.hour3, xlevels=list(road=c(0, 1000, 2000, 3000), trail=c(0, 1000, 2000, 3000))) plot(lm.hour3eff,"road:trail", xlab="Trail Distance (m)", ylab="Step Length (m)", main=NULL) Thanks,
2011 Jan 22
1
Newey West HAC-errors for panels
Dear all, I am looking for an equivalent to the "newey2"-extension in Stata, in order to compute Newey-West HAC standard errors in a regression using panel data. I would be very grateful for advice which R-package could do this. I thank you very much in advance. Dirius
2010 Jun 08
1
color of histgram in Psych package (pairs.panels)
Hello, I searched the archives but found no answers. How to modify the hisgram color of function pairs.panels of Psych package ? I tried col() but it was the line color modified. Thanks. Elaine [[alternative HTML version deleted]]