[R] Does R has any SVG devices that allow setting of zooming and panning (in addition to Tooltips and Hyperlinks) ?

2012-11-24 Thread chakri
This question is in continuation to the one posted in StackOverflow : http://stackoverflow.com/q/13542480/1029725 Thanks in Advance Ch -- View this message in context: http://r.789695.n4.nabble.com/Does-R-has-any-SVG-devices-that-allow-setting-of-zooming-and-panning-in-addition-to-Tooltips-and

[R] RSVGTipsDevice : Location of ToolTip box in the plot

2012-04-20 Thread chakri
tance. Thanks in advance chakri -- View this message in context: http://r.789695.n4.nabble.com/RSVGTipsDevice-Location-of-ToolTip-box-in-the-plot-tp4572980p4572980.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing

Re: [R] How to add points to two plots parallelly ?

2011-12-13 Thread chakri
Sorry. I did not format message properly (by mistake message was posted as HTML, but it was written in plain text ) I am looking for ways to add points to three different plots in parallel. I generate three scatter plots and name them as s3d1, s3d2 and s3d3 s3d1<-scatterplot3d(mtcars[,3],mtcars

[R] How to add points to two plots parallelly ?

2011-12-13 Thread chakri
I am looking for ways to add points to three different plots in parallel. I generate three scatter plots and name them as s3d1, s3d2 and s3d3 s3d1<-scatterplot3d(mtcars[,3],mtcars[,4],mtcars[,5],main="common",pch=20) s3d2<-scatterplot3d(mtcars[,3],mtcars[,4],mtcars[,5],main="common",pch=20) s3d3

Re: [R] problem in reading file

2011-11-28 Thread chakri
Thank you very much. Yes, i figured it out; number of columns has to specified to solve this. -- View this message in context: http://r.789695.n4.nabble.com/problem-in-reading-file-tp4114955p4115357.html Sent from the R help mailing list archive at Nabble.com. ___

[R] problem in reading file

2011-11-28 Thread chakri
quot; "five" "six" "0" "seven" "0.479" [10] "eight" "0.463" "nine" "0.311" Even numerics are taken in as row names. What am I missing here ? Thanks in Advance Chakri --

Re: [R] Standard Deviation of a matrix

2011-08-02 Thread chakri
uot;) > dim(Matrix)<-1 Error in dim(Matrix) <- 1 : dims [product 1] do not match the length of object [10] Execution halted Code 3: library(stats) Matrix<-read.table("test_input", head=T, sep="\t", dec=".") SD<-sd(c(Matrix)) SD Output: > library(s

[R] Standard Deviation of a matrix

2011-08-02 Thread chakri
to have 1 X 1 matrix as result. Any ideas, how to do this ? TIA Chakri -- View this message in context: http://r.789695.n4.nabble.com/Standard-Deviation-of-a-matrix-tp3711991p3711991.html Sent from the R help mailing list archive at Nabble.com. __ R

Re: [R] Color Key in RColorBrewer

2011-04-18 Thread chakri
Jsut a quick note - I found answer to my query. color scale can be retained by break command > breaks=seq(0,1,0.025) -- View this message in context: http://r.789695.n4.nabble.com/Color-Key-in-RColorBrewer-tp3455953p3456955.html Sent from the R help mailing list archive at Nabble.com. __