Instead of "read the manual", how about "read the answers that you have
already received".  Or tell us why those answers are not good enough.  Or
you can read the manual on the .filled.contour function (which is on the
same page as filled.contour).


On Fri, Mar 8, 2013 at 10:05 AM, Jing Lu <ajin...@gmail.com> wrote:

> Hi everyone,
>
> I hope this question is beyond "read the manual". My task is simple, just
> to plot the following, but the plot in the middle should be a
> filled.contour plot:
>
> http://gallery.r-enthusiasts.com/graph/Scatterplot_with_marginal_histograms_78
>
> Background: I prefer filled.contour rather than hist2d. Because, I could
> use kernel smooth, so the plot for discrete data won't be too ugly. I also
> tried image() and then contour(), but the number on contour is not clear
> and no indication about the color.
>
> My problem: in filled.contour function, it uses layout() for
> filledcontour() plot and rect() plot (color bar). However, I use layout()
> in the outside code to organize 2 histogram and one filled.contour plot.
> Looks like, the layout outside is shadowed by filled.contour(). I am not
> sure how R deal with this problem. Should I rewrite filled.contour()
> somehow?
>
> Thank you very much!
> Jing Lu
>
>         [[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.
>



-- 
Gregory (Greg) L. Snow Ph.D.
538...@gmail.com

        [[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.

Reply via email to