Skip to content
Prev 44477 / 398526 Next

overlay points on plot

What do you get from the following: 

      class(v)
      class(v[2])

      If class(v) is "list", then class(v[2]) will also be "list".  In 
that case try the following: 

	points(v[[2]],v[[3]])

    
      hope this helps.  spencer graves
femke wrote: