Dear Collin,

as always, a reproducible example code would help us to understand what you want to do. This way I can only guess....

And my guess would be that it is much easier to use:

par(new=TRUE)

and to superimpose the barplot with whatever curve you want to include. You may need to set the x/y limits of the two plots to be identical.


HTH
Jannis


On 07/29/2011 04:29 PM, Colin Bergeron wrote:
Dear list,

I want to plot a sample depth curve over a barplot. It would be perfect if
the argument "inside" in the barplot function would be functional, cause I
could just add this curve to the actual barplot, but it seems like it is not
(not yet implemented). Argument "inside" would allow not to plot the line
dividing two bars and using a null color within these bars would allow
superposition with the actual bar plot and indicate the sample depth.

Do you have any suggestions or experience to share?

Colin

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

Reply via email to