<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19190">
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT color=#0000ff face=Arial><STRONG>Este arquivo OCTOPUS está disponível 
em algum lugar?</STRONG></FONT></DIV>
<DIV><FONT face=Arial><BR><FONT size=2></FONT></FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Novamente, um outro exemplo:<BR><BR>dadosOriginais 
= read.csv('OCTOPUS.csv')<BR>library(reshape2)<BR>porAno = dcast(dadosOriginais, 
MONTH ~ YEAR, value.var='QVENDA',<BR>fun.aggregate=mean)<BR>x0 = 
1:nrow(porAno)<BR>y0 = as.matrix(porAno[, -(1:3)])<BR>library(rainbow)<BR>obj0 = 
fts(x0, y0)<BR>plot(obj0, plot.type='functions', 
plotlegend=TRUE)<BR><BR><BR>altere o codigo acima para os seus casos 
especificos.<BR><BR>benilton<BR></FONT></DIV></BODY></HTML>