Skip to content

r-help

3 messages · KnifeBoot, Duncan Murdoch, jim holtman

#
On 03/08/2011 11:21 AM, KnifeBoot wrote:
contour() will do it.  Use add=TRUE to add extra functions.

Duncan Murdoch

P.S. Please use a more informative subject line!
#
Some sample data would be useful.  If you want to add more lines to a
plot, the use 'lines'

plot(fun1,....)
lines(fun2, ....
lines(fun3, ....
On Wed, Aug 3, 2011 at 11:21 AM, KnifeBoot <knifeboot at 163.com> wrote: