<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:14pt"><div><div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;text-align:
justify;line-height:21.0pt;background:white"><span style="font-size: 14.5pt; font-family: 'Times New Roman', serif; ">Gostaria de algo semelhante ao
operacionalizado pela função </span><span style="font-size:20.0pt;font-family:
"Times New Roman","serif";mso-fareast-font-family:"Times New Roman";color:red;
mso-fareast-language:PT-BR">f</span><span style="font-size: 14.5pt; font-family: 'Times New Roman', serif; "> abaixo. Mas gostaria de plotar uma lista de
funções e não de diferentes y como é exemplificado, ou seja, as equações
obtidas pelos diferentes y.<o:p></o:p></span></div>

<div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;text-align:
justify;line-height:21.0pt;background:white"><span style="font-size: 14.5pt; font-family: 'Times New Roman', serif; "><o:p> </o:p></span></div>

<div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
21.0pt;background:white"><span lang="EN-US" style="font-size: 12pt; font-family: 'Times New Roman', serif; ">x=c(1,2,3,4,5,6)<o:p></o:p></span></div>

<div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
21.0pt;background:white"><span lang="EN-US" style="font-size: 12pt; font-family: 'Times New Roman', serif; ">y1=c(1,2,3,4,5,6)<o:p></o:p></span></div>

<div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
21.0pt;background:white"><span lang="EN-US" style="font-size: 12pt; font-family: 'Times New Roman', serif; ">y2=c(10,11,12,13,14,15)<o:p></o:p></span></div>

<div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
21.0pt;background:white"><span lang="EN-US" style="font-size: 12pt; font-family: 'Times New Roman', serif; ">y3=c(15,14,13,12,11,10)<o:p></o:p></span></div>

<div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
21.0pt;background:white"><span lang="EN-US" style="font-size: 12pt; font-family: 'Times New Roman', serif; ">y4=c(6,5,4,3,2,1)<o:p></o:p></span></div>

<div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
21.0pt;background:white"><span lang="EN-US" style="font-size:20.0pt;font-family:
"Times New Roman","serif";mso-fareast-font-family:"Times New Roman";color:red;
mso-ansi-language:EN-US;mso-fareast-language:PT-BR">f</span><span lang="EN-US" style="font-size: 12pt; font-family: 'Times New Roman', serif; ">=function(x,...){x=x; y=data.frame(...); matplot(x,y, type=</span><span lang="EN-US"> </span><span lang="EN-US" style="font-size: 12pt; font-family: 'Times New Roman', serif; ">"o")}  <o:p></o:p></span></div>

<div class="MsoNormal"><span style="font-size:12.0pt;line-height:115%;font-family:
"Times New Roman","serif"">f(x,y1,y2,y3,y4)<o:p></o:p></span></div>

<div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
21.0pt;background:white"><span style="font-size:14.5pt;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:red;mso-fareast-language:PT-BR">Como
fazer um processo semelhante com funções?<o:p></o:p></span></div>

<div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
21.0pt;background:white"><span style="font-size:14.5pt;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:red;mso-fareast-language:PT-BR">Talvez
partindo daqui? Usando lapply ou outro recurso?? <o:p></o:p></span></div>

<div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
21.0pt;background:white"><span style="font-size: 14.5pt; font-family: 'Times New Roman', serif; "><o:p> </o:p></span></div>

<div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
21.0pt;background:white"><span style="font-size: 12pt; font-family: 'Times New Roman', serif; ">a=list();a$a1=2;a$a2=3<o:p></o:p></span></div>

<div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
21.0pt;background:white"><span style="font-size: 12pt; font-family: 'Times New Roman', serif; ">x=c(1,2,3,4)<o:p></o:p></span></div>

<div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
21.0pt;background:white"><span style="font-size: 12pt; font-family: 'Times New Roman', serif; ">l1=lapply(a, function(ai) {ai*x})<o:p></o:p></span></div>

<div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
21.0pt;background:white"><span style="font-size: 12pt; font-family: 'Times New Roman', serif; "> </span><span lang="EN-US" style="font-size: 12pt; font-family: 'Times New Roman', serif; ">l1<o:p></o:p></span></div>

<div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
21.0pt;background:white"><span lang="EN-US" style="font-size: 12pt; font-family: 'Times New Roman', serif; "><o:p> </o:p></span></div>

<div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
21.0pt;background:white"><span lang="EN-US" style="font-size: 12pt; font-family: 'Times New Roman', serif; ">a=c(1,2,3,4)<o:p></o:p></span></div>

<div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
21.0pt;background:white"><span lang="EN-US" style="font-size: 12pt; font-family: 'Times New Roman', serif; ">x=c(1,2,3,4,5,6)<o:p></o:p></span></div>

<div class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
21.0pt;background:white"><span lang="EN-US" style="font-size: 12pt; font-family: 'Times New Roman', serif; ">l2=lapply(a, function(ai)
{ai*x})<o:p></o:p></span></div>

<div class="MsoNormal"><span lang="EN-US" style="font-size:12.0pt;line-height:115%;
font-family:"Times New Roman","serif";mso-ansi-language:EN-US">l2<o:p></o:p></span></div></div></div></body></html>