Re: [R] Highlight selected bar in barplot

2013-08-01 Thread Greg Snow
You may be interested in the iplots package. It has methods where you can create multiple plots and select a point or points in one plot and they will be highlighted on the other plots. On Wed, Jul 31, 2013 at 8:57 AM, Jurgens de Bruin wrote: > Hi All, > > I am new at R so any help would be app

Re: [R] Highlight selected bar in barplot

2013-08-01 Thread Jim Lemon
On 08/01/2013 12:57 AM, Jurgens de Bruin wrote: Hi All, I am new at R so any help would be appreciate. Below my current R-code/script: initial.dir<-getwd() setwd('/Users/jurgens/VirtualEnv/venv/Projects/QTLS/Resaved_Results') dataset<- read.table("LWxANNA_FinalReport_resaved_spwc.csv", header=

Re: [R] Highlight selected bar in barplot

2013-07-31 Thread John Kane
eat-r-reproducible-example for some suggetions on asking questions and code formatting. John Kane Kingston ON Canada > -Original Message- > From: debrui...@gmail.com > Sent: Wed, 31 Jul 2013 16:57:55 +0200 > To: r-help@r-project.org > Subject: [R] Highlight selected bar in

[R] Highlight selected bar in barplot

2013-07-31 Thread Jurgens de Bruin
Hi All, I am new at R so any help would be appreciate. Below my current R-code/script: initial.dir<-getwd() setwd('/Users/jurgens/VirtualEnv/venv/Projects/QTLS/Resaved_Results') dataset <- read.table("LWxANNA_FinalReport_resaved_spwc.csv", header=TRUE, sep="\t" ) n <- length(dataset$X..No.Call)