Dear R-help,
I would like to ask you how to find the critical points of a function of
several variables such as the following one:
x = seq(-10,10,0.2)
y = seq(-10,10,0.2)
zfunc = function(x,y) x^2 + y^2
z = outer(x,y,zfunc)
persp(x,y,z,theta = 30,phi=1,ticktype='detailed')
Thanks
Edoardo
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.