<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:18pt"><div style="font-family: arial, helvetica, sans-serif; font-size: 18pt; "><span>Walmes!</span></div><div style="font-family: arial, helvetica, sans-serif; font-size: 18pt; "><span><br></span></div><div style="font-family: arial, helvetica, sans-serif; font-size: 18pt; "><span>Valeu pela dica, mais meu sangue não bate com a lattes. rsrsrsrsrs. Bem, eu encontrei uma solução com a graphics. Segue abaixo para aqueles que se interessarem. </span></div><div style="font-family: arial, helvetica, sans-serif; font-size: 18pt; "><span><br></span></div><div><span><font class="Apple-style-span" size="5"><div>layout(matrix(c(1,2),1,2,byrow=T),widths=c(4,1))</div><div>     x <- seq(-1.95, 1.95, length = 30)</div><div>     y <- seq(-1.95, 1.95, length = 35)</div><div>     z <- outer(x, y,
 function(a,b) a*b^2)</div><div>     nrz <- nrow(z)</div><div>     ncz <- ncol(z)</div><div>     # Create a function interpolating colors in the range of specified colors</div><div>     jet.colors <- colorRampPalette( c("blue", "green") ) </div><div>     # Generate the desired number of colors from this palette</div><div>     nbcol <- 100</div><div>     color <- jet.colors(nbcol)</div><div>     # Compute the z-value at the facet centres</div><div>     zfacet <- z[-1, -1] + z[-1, -ncz] + z[-nrz, -1] + z[-nrz, -ncz]</div><div>     # Recode facet z-values into color indices</div><div>     facetcol <- cut(zfacet, nbcol)</div><div>     persp(x, y, z, col=color[facetcol], phi=30, theta=-30)</div><div>col.labels <-
 c("0.0","0.2","0.4","0.6","0.8","1.0")#intervalo de valores do Z.</div><div>plot(0:10,type="n",axes=FALSE,xlab="",ylab="") </div><div>color.legend(1,1.5,9,8,col.labels,color,gradient="y",align="rb")</div><div><br></div><div>Allaman</div><div>(S,f,P)</div><div><br></div><div> </div></font></span></div><div style="font-family: arial, helvetica, sans-serif; font-size: 18pt; "> </div><div style="font-family: arial, helvetica, sans-serif; font-size: 18pt; background-color: transparent; color: rgb(115, 115, 115); " align="center"><b>M.Sc Ivan Bezerra Allaman</b> <br>Zootecnista<br><font style="background-color:transparent;" face="comic sans ms" size="2"><font style="background-color:transparent;">Doutorando em Produção Animal/Aquicultura - UFLA</font> <br></font><font size="2"><i><strong></strong></i></font><font style="background-color:transparent;" face="comic sans ms" size="2">email e msn - ivanalaman@yahoo.com.br <br><font size="1">Tel:
 (35)3826-6608/9900-2924</font></font></div></div></body></html>