Skip to content
Prev 304118 / 398513 Next

plot curve on surface

On Aug 24, 2012, at 2:34 AM, Michael Meyer wrote:

            
persp(x,y,z) -> res
points( trans3d(x, x, x^2, pmat = res), col = "red")
lines(  trans3d(x, x, x^2, pmat = res), col = "red")