Re: [R] spaghetti plots in R

2012-04-05 Thread uday
Hi Rui, Thanks a lot it works -- View this message in context: http://r.789695.n4.nabble.com/spaghetti-plots-in-R-tp4532021p4534110.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.c

Re: [R] spaghetti plots in R

2012-04-04 Thread R. Michael Weylandt
Can't you just combine your matrices into a single matrix: rbind() or cbind() should do the job. Michael On Wed, Apr 4, 2012 at 12:24 PM, uday wrote: > Hi Liviu , > now I can see that function but the problem is that its only applicable for > single data frame. as I wrote in my first post that I

Re: [R] spaghetti plots in R

2012-04-04 Thread Rui Barradas
Hello, uday wrote > > Hi Liviu , > now I can see that function but the problem is that its only applicable > for single data frame. as I wrote in my first post that I got 2 different > matrix with same dimensions ( 3x 12 here in example) , so if I plot normal > plot using plot function > plot(a

Re: [R] spaghetti plots in R

2012-04-04 Thread uday
Hi Liviu , now I can see that function but the problem is that its only applicable for single data frame. as I wrote in my first post that I got 2 different matrix with same dimensions ( 3x 12 here in example) , so if I plot normal plot using plot function plot(ak[1,],pre[1,],type="l") lines(ak[2,

Re: [R] spaghetti plots in R

2012-04-04 Thread Liviu Andronic
On Wed, Apr 4, 2012 at 5:04 PM, uday wrote: > Hi Liviu , > thanks for post , but I could not find findFn('spaghetti') , I can see the > following functions in sos package > Extract.findFn > findFn > After installing 'sos', use the 'findFn()' function. For example, run findFn('spaghetti') See the

Re: [R] spaghetti plots in R

2012-04-04 Thread uday
Hi Liviu , thanks for post , but I could not find findFn('spaghetti') , I can see the following functions in sos package Extract.findFn findFn grepFn hits installPackages PackageSum2 PackageSummary print.findFn sortFindFn summary.findFn unionFindFn writeFindFn2xls -- View this messag

Re: [R] spaghetti plots in R

2012-04-04 Thread Liviu Andronic
On Wed, Apr 4, 2012 at 4:22 PM, uday wrote: > I would like to plat some spaghetti plots from my data , ma data is as > See: require(sos) findFn('spaghetti') Liviu > follows > ak[1:3,] >          [,1]      [,2]      [,3]      [,4]      [,5]      [,6]      [,7] > [,8]      [,9] > [1,] 0.3211745

[R] spaghetti plots in R

2012-04-04 Thread uday
I would like to plat some spaghetti plots from my data , ma data is as follows ak[1:3,] [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [1,] 0.3211745 0.4132568 0.5649930 0.6920562 0.7760113 0.8118568 0.8609301 0.9088819 0.9326736 [2,] 0.3159234 0.407