[R] response surface

Jason Turner jasont at indigoindustrial.co.nz
Wed Sep 25 14:57:29 CEST 2002


On Wed, Sep 25, 2002 at 05:49:11PM -0600, Nathan Leon Pace, MD, MStat wrote:
> I have a response surface model (z ~ x*y) which is displayed as a 
> trellis wireframe plot.
> 
> I wish to cut the surface at various linear planes in the z axis (e.g. z 
> = 50, etc.). Are there any packages which offer functions to do so?

Would the subset argument to wireframe help?  e.g. 

wireframe(z ~ x*y, subset= (z > 50))

Cheers

Jason
-- 
Indigo Industrial Controls Ltd.
64-21-343-545
jasont at indigoindustrial.co.nz
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list