r - Plotting with lattice::wireframe() -


i wanted use

 wireframe(z ~ x * y, shade = true, scales=list(arrows=false),xlab = "x", ylab = "y",zlab = "z") 

both x , y have range 0 1. z however, in millions ($mm). tried plotting , kept getting 2-dimension surface plot on bottom of cube..i suspecting it's due scaling? have tips on how fix that? thank

unfortunately don't have enough reputation post images..

we don't need image. need source data. if in fact "z" data range 0 1e6, few points have large values, you'll you're describing.

try setting limits via zlim argument wireframe range believe captures "interesting" portion of data.

another option plot log(z)~x*y , assuming z-values greater 1, or plotting z^(.25)~x*y .


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -