<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>Caros R-users,</div><div><br></div>Estou avaliando alguns modelos feitos em programas diferentes e gostaria de padronizar os gráficos conforme o R, me esbarrei com algumas dificuldades, como acrescentar o gráfico abaixo a informação dos limites inferiores e superiores (igual fiz no abline) e como identificar no gráfico apenas os outliers?.<div><span class="Apple-style-span" style="border-collapse: separate; font-family: 'Droid Sans Mono'; font-size: 13px; line-height: 16px; white-space: pre-wrap; border-spacing: 0px; background-color: rgb(225, 226, 229);"><pre tabindex="0" class="GNVMTOMCABB" style="font-family: 'Droid Sans Mono'; outline: none; border: none; margin-top: 0px; margin-bottom: 0px; -webkit-user-select: text; line-height: 1.25; font-size: 10pt !important; white-space: pre-wrap !important;"><span class="GNVMTOMCHAB ace_keyword" style="color: blue; "><br></span></pre><pre tabindex="0" class="GNVMTOMCABB" style="font-family: 'Droid Sans Mono'; outline: none; border: none; margin-top: 0px; margin-bottom: 0px; -webkit-user-select: text; line-height: 1.25; font-size: 10pt !important; white-space: pre-wrap !important;"><span class="GNVMTOMCHAB ace_keyword" style="color: blue; ">xnames <- c("1","2","3","4","5","6","7","8","9","10")</span></pre><pre tabindex="0" class="GNVMTOMCABB" style="font-family: 'Droid Sans Mono'; outline: none; border: none; margin-top: 0px; margin-bottom: 0px; -webkit-user-select: text; line-height: 1.25; font-size: 10pt !important; white-space: pre-wrap !important;"><span class="GNVMTOMCHAB ace_keyword" style="color: blue; ">x <- rnorm(10, 0, 2)
</span><span class="GNVMTOMCHAB ace_keyword" style="color: blue; ">y <- rnorm(10, 1, 1)
</span><span class="GNVMTOMCHAB ace_keyword" style="color: blue; ">plot(y,x,xlab="Residuals",ylab="Fitted values",main="Residuals vs Fitted"); abline(h = 0, lty = 3, col = "gray")</span></pre><pre tabindex="0" class="GNVMTOMCABB" style="font-family: 'Droid Sans Mono'; outline: none; border: none; margin-top: 0px; margin-bottom: 0px; -webkit-user-select: text; line-height: 1.25; font-size: 10pt !important; white-space: pre-wrap !important;"><br></pre></span></div>                                       </div></body>
</html>