<!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.19222">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>
<DIV><FONT size=2 face=Arial>Tentei rodar com este exemplo já postado, mas não 
consegui!</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>>x = c(3045, 893, 692, 830, 617, 155, 246, 657, 
105, 60, 18, 7, 7, 4, 2, 11234,<BR>2985, 2242, 2471, 1575, 366, 503, 1283, 170, 
79, 32, 6, 4, 1, 3, 19475, 4756, <BR>3233, 3251, 1810, 409, 575, 1210, 139, 41, 
11, 4, 2, 0, 0, 20830, 4739, 2990, <BR>2531, 1346, 298, 325, 612, 60, 17, 1, 0, 
1, 0, 0, 15304, 3196, 1885, 1440, 610,<BR>117, 115, 185, 14, 2, 0, 0, 0, 0, 0, 
8026, 1535, 806, 539, 223, 33, 37, 39, 0,<BR>0, 0, 0, 0, 0, 0, 3300, 562, 286, 
141, 45, 14, 5, 12, 0, 0, 0, 0, 0, 0, 0, <BR>1067, 160, 65, 40, 14, 1, 2, 0, 0, 
0, 0, 0, 0, 0, 0, 277, 47, 6, 2, 1, 0, 1, 0,<BR>0, 0, 0, 0, 0, 0, 0, 72, 6, 1, 
2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 5, 0, 0,<BR>0, 0, 0, 0, 0, 0, 0, 0, 0, 
0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)</FONT></DIV>
<DIV><FONT size=2 face=Arial>> indices = which( sapply(xmat, length) == 65 
)<BR>> x[indices]<BR>numeric(0)</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV>André, no código abaixo, x é a lista com os vetores.</DIV>
  <DIV><BR></DIV>
  <DIV>indices = which( sapply(x, length) == 65 )</DIV>
  <DIV>x[indices]</DIV>
  <DIV><BR></DIV>Abs.,
  <DIV>Lucas Cusinato</DIV>
  <DIV><BR></DIV>
  <DIV>
  <DIV class=gmail_quote>Em 2 de junho de 2012 10:41, andrebvs <SPAN 
  dir=ltr><<A href="mailto:andrebvs@bol.com.br" 
  target=_blank>andrebvs@bol.com.br</A>></SPAN> escreveu:<BR>
  <BLOCKQUOTE 
  style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
  class=gmail_quote>Como filtrar um resultados particulares de uma lista de 
    resultados, cujo interesse é filtrar vetores de mesmo 
    tamanho?<BR>exemplo:<BR><BR>[[1]]<BR>[1]  2  3  4  
    5  6  7  8 10 30 50 70 90  0 11 13 14 15 16 17 18 19 31 
    51<BR>[24] 71 91 22 23 24 25 26 27 28 42 62 82 33 34 35 36 37 38 39 43 53 63 
    73            
    -->  tamanho 67<BR>[47] 83 93 44 45 46 47 48 54 64 74 84 94 55 56 57 
    58 59 65 75 85 95<BR><BR>[[2]]<BR>[1]  2  3  4  5  
    6  7  8 10 30 50 70 90  0 11 13 14 15 16 17 18 19 31 
    51<BR>[24] 71 91 22 23 24 25 26 27 28 42 62 82 33 34 35 36 37 38 39 43 53 63 
    73            
    -->  tamanho 66<BR>[47] 83 93 44 45 46 47 48 54 64 74 84 94 56 65 66 
    67 68 76 86 96<BR><BR>[[3]]<BR>[1]  2  3  4  5  
    6  7  8 10 30 50 70 90  0 11 13 14 15 16 17 18 19 31 
    51<BR>[24] 71 91 22 23 24 25 26 27 28 42 62 82 33 34 35 36 37 38 39 43 53 63 
    73            
    -->  tamanho 67<BR>[47] 83 93 44 45 46 47 48 54 64 7 4 84 94 57 67 
    75 76 77 78 79 87 97<BR><BR>[[4]]<BR>[1]  2  3  4  
    5  6  7  8 10 30 50 70 90  0 11 13 14 15 16 17 18 19 31 
    51<BR>[24] 71 91 22 23 24 25 26 27 28 42 62 82 33 34 35 36 37 38 39 43 53 63 
    73            
    -->  tamanho 66<BR>[47] 83 93 44 45 46 47 48 54 64 74 84 94 58 68 78 
    85 86 87 88 98<BR><BR>[[5]]<BR>[1]  2  3  4  5  
    6  7  8 10 30 50 70 90  0 11 13 14 15 16 17 18 19 31 
    51<BR>[24] 71 91 22 23 24 25 26 27 28 42 62 82 33 34 35 36 37 38 39 43 53 63 
    73             
    -->  tamanho 65<BR>[47] 83 93 44 45 46 47 48 54 64 74 84 94 59 79 95 
    96 97 98 99<BR><BR>.<BR>.<BR>.<BR><BR>[[210]]<BR>[1]  4 14 24 34 42 43 
    44 45 46 47 48 54 64 74 84 94  5 15 25 35 50 51 53<BR>[24] 55 56 57 58 
    59 65 75 85 95  6 16 26 36 62 63 66 67 68 76 86 96  7 17<BR>[47] 
    27 37 70 71 73 77 78 79 87 97  8 18 28 38 82 83 88 98 19 39 90 91 
    93<BR>[70] 99<BR><BR>Então, como imprimir os resultados apenas de tamanh o 
    65 por exemplo? <BR><BR>desde já 
    agradeço!<BR><BR><EM>Att.<BR>André</EM><BR><BR><BR>_______________________________________________<BR>R-br 
    mailing list<BR><A 
    href="mailto:R-br@listas.c3sl.ufpr.br">R-br@listas.c3sl.ufpr.br</A><BR><A 
    href="https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br" 
    target=_blank>https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br</A><BR>Leia 
    o guia de postagem (<A href="http://www.leg.ufpr.br/r-br-guia" 
    target=_blank>http://www.leg.ufpr.br/r-br-guia</A>) e forneça código mínimo 
    reproduzível.<BR></BLOCKQUOTE></DIV><BR></DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>R-br mailing 
  list<BR>R-br@listas.c3sl.ufpr.br<BR>https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br<BR>Leia 
  o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo 
  reproduzível.</BLOCKQUOTE></BODY></HTML>