Skip to content
Prev 181328 / 398502 Next

filling area under a function line

On Sun, 2009-05-24 at 19:32 +0100, Tom H wrote:

            
I guess my question should have been, I don't seem to be able to query
or "reflect" a plot object to get at its attributes to fill in the
polygon call, without actually modifying the curve/plot function.

eg;

myplot<-curve(sin)

returns a NULL string

Tom