Hi akki, What kind of a graph are you trying to draw? It is not clear from the posting particularly as it messes up your spacing.
I would suggest that you have a look at something like # Using R for Data Analysis and Graphics - Introduction, Examples and Commentary by John Maindonald . Simple R by John Verzani Both documents are available through the R site. Click on 'other' in the list on the left side of the page. --- akki <[EMAIL PROTECTED]> wrote: > Hi, > I have a matrix as: > a b c > 2 1 3 > 2 2 5 > 2 5 9 > > With values of this matrix, I draw a graph. Each row > has a different > meaning. For this reason, I need put different names > each row. For example: > > mygraph > ------------------- ------------------- > -------------------- > DescriptionA DescriptionB > DescriptionC > > ------------------------------------------------- > -------- > -------- > ab > c1 c2 > > I know it is possible do, but I don'k know how can I > do it? > > Can anyone help me, please? > > Thanks. > > [[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. > ______________________________________________ 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.