トップ 履歴 一覧 Farm ソース 検索 ヘルプ PDF RSS ログイン

stem()

*disclaimer
614325

R

stem()

  • オプションのwidthのデフォルトは 80
> stem(as.matrix(cn2SL))

  The decimal point is at the |

   2 | 00000000000000000000000
   3 | 00000000000000000000000000000000000000000000000000000000000000000000+9
   4 | 00000000000000000000000000000000000000000000000000000000000000000000+23
   5 | 00000000000000000000000000000000000000000000000000000000000000000000+41
   6 | 00000000000000000000000000000000000000000000000000000000000000000000+30
   7 | 00000000000000000000000000000000000000000000000000000000000000000000
   8 | 00000000000000000000000000000000000000000000000000000000
   9 | 00000000000000000000000000000000
  10 | 0000000000000000000000000000000
  11 | 000000000000000000000000000
  12 | 0000000000000000000
  13 | 0000000000000
  14 | 000000
  15 | 00000000
  16 | 000
  17 | 0
  18 | 00
  19 | 0
  20 | 
  21 | 
  22 | 0

> stem(as.matrix(cn2SL), width=100)

  The decimal point is at the |

   2 | 00000000000000000000000
   3 | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
   4 | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000+3
   5 | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000+21
   6 | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000+10
   7 | 000000000000000000000000000000000000000000000000000000000000000000000000000
   8 | 00000000000000000000000000000000000000000000000000000000
   9 | 00000000000000000000000000000000
  10 | 0000000000000000000000000000000
  11 | 000000000000000000000000000
  12 | 0000000000000000000
  13 | 0000000000000
  14 | 000000
  15 | 00000000
  16 | 000
  17 | 0
  18 | 00
  19 | 0
  20 | 
  21 | 
  22 | 0

> stem(as.matrix(cn2SL), width=130)

  The decimal point is at the |

   2 | 00000000000000000000000
   3 | 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
   4 | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
   5 | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
   6 | 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
   7 | 000000000000000000000000000000000000000000000000000000000000000000000000000
   8 | 00000000000000000000000000000000000000000000000000000000
   9 | 00000000000000000000000000000000
  10 | 0000000000000000000000000000000
  11 | 000000000000000000000000000
  12 | 0000000000000000000
  13 | 0000000000000
  14 | 000000
  15 | 00000000
  16 | 000
  17 | 0
  18 | 00
  19 | 0
  20 | 
  21 | 
  22 | 0