Hello everybody,I am new to this group and also new to R, so i hope this is sufficient information.
I have 2 graphs
ggplot(data=data,aes(x=Datum,y=buistemp,size=Bacteria,color=Peilbuis))+geom_point()+scale_size_continuous(range=c(2,10))
and
qplot(data=total,x=Datum,y=Temperatuur)+geom_line()

Basically I want to merge these 2 plots into 1 plot (so I want to overlay the bottom graph on top of the first plot).
I have tried to make a new dataset of the all the variables, however i end up with a lot of NA's since there are a lot of datapoints on the temperature in the upper graph.
Does anybody have a solution to this?
Thank you in advance.
--
--
You received this message because you are subscribed to the ggplot2 mailing list.
Please provide a reproducible example: https://github.com/hadley/devtools/wiki/Reproducibility
To post: email ggp...@googlegroups.com
To unsubscribe: email ggplot2+u...@googlegroups.com
More options: http://groups.google.com/group/ggplot2
---
You received this message because you are subscribed to the Google Groups "ggplot2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ggplot2+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.