PLEASE do read the posting guide http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html> and provide commented, minimal, self-contained, reproducible code.
example data would be useful. Try 'merge' and the post processing of the data, but with no data, no idea of what that might entail. On Thu, Mar 18, 2010 at 12:40 PM, Loïc Marechal <lym.marec...@gmail.com>wrote: > Dear R users, > > I am experiencing a problem, I am trying to merge two matrices composed > like > this: > > Matrix1 : > > Col1 datetime // Col2 Data1 > > Matrix2: > > Col1 datetime // Col2 Data2 > > The datetime are matching most of the time, but on both matrices, there are > some values missing, and this generates a gap, so the two matrices don't > match. > Do you know which function I could use/create in order to make one matrix > out of this, like: > > Matrix: > > Col1 = datetime // Col2 = Data1 // Col3 = Data2 > > Thank you very much for your help, > > LoÄc. > > [[alternative HTML version deleted]] > > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. > > -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem that you are trying to solve? [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.