Re: [R] column and line graphs in R

2013-03-15 Thread Jim Lemon
On 03/15/2013 01:40 AM, Gian Maria Niccolò Benucci wrote: Hi again, Thank you all for your support. I would love to have a graph in which two variables are contemporary showed. For example a histogram and a curve should be the perfect choice. I tried to use twoord.plot() but I am not sure I unde

Re: [R] column and line graphs in R

2013-03-15 Thread Gian Maria Niccolò Benucci
ur = type, group = type )) + > geom_line(group = 1) + > facet_grid(. ~ type ) > > ##end code===# > > > > -Original Message- > > From: gian.benu...@gmail.com > > Sent: Thu, 14 Mar 2013 15:40:53 +0100 > &

Re: [R] column and line graphs in R

2013-03-14 Thread Marc Girondot
When you send data, use dput() to send them. It is much more easy for people who want to help you. Here is an example. I am not sure if it is what you want but you can play with the code. Sincerely Marc fungal <- structure(list(rel.abund = c(0.003, 0.029, 0.033, 0.023, 0.009, 0.042, 0.069, 0.0

Re: [R] column and line graphs in R

2013-03-14 Thread John Kane
=# > -Original Message- > From: gian.benu...@gmail.com > Sent: Thu, 14 Mar 2013 15:40:53 +0100 > To: r-help@r-project.org > Subject: Re: [R] column and line graphs in R > > Hi again, > > Thank you all for your support. I would love to have a graph in which tw

Re: [R] column and line graphs in R

2013-03-14 Thread Gian Maria Niccolò Benucci
ond, col = "red") > lines(dat1$freq, col= "blue") > John Kane > Kingston ON Canada > > > > -Original Message----- > > From: gian.benu...@gmail.com > > Sent: Thu, 14 Mar 2013 11:05:40 +0100 > > To: r-help@r-project.org > > Subject: [R] column a

Re: [R] column and line graphs in R

2013-03-14 Thread John Kane
quot;) lines(dat1$freq, col= "blue") John Kane Kingston ON Canada > -Original Message- > From: gian.benu...@gmail.com > Sent: Thu, 14 Mar 2013 11:05:40 +0100 > To: r-help@r-project.org > Subject: [R] column and line graphs in R > > Hi all, > >

Re: [R] column and line graphs in R

2013-03-14 Thread Marc Girondot
Le 14/03/13 11:05, Gian Maria Niccolò Benucci a écrit : Hi all, I would love to plot my data with R. I have abundance and frequency of fungal taxonomic data that should be plotted in the same graph. In Microsoft Excel is that possible but the graphic result is, as always, very poor. Is there a f

[R] column and line graphs in R

2013-03-14 Thread Gian Maria Niccolò Benucci
Hi all, I would love to plot my data with R. I have abundance and frequency of fungal taxonomic data that should be plotted in the same graph. In Microsoft Excel is that possible but the graphic result is, as always, very poor. Is there a function that may let me plot these data in R? I have a mat