[R] Superimposing Line over Histogram in Density Plot

Gundala Viswanath gundalav at gmail.com
Mon Jun 16 08:25:10 CEST 2008


Hi,

Currently I have a density plot generated with this
snippet.

Is there a way I can add a line curve on top of it?
I mean in one figure


__BEGIN__
   myhist <- hist(x
                col="blue",
                main = "Density Plot",
                xlab = "Exp Level",
    )
__END__


- Gundala Viswanath
Jakarta - Indonesia



More information about the R-help mailing list