グラフィックス参考実例集:プロット点の種類
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
COLOR(red){SIZE(20){グラフィックス参考実例集:プロット点...
([[グラフィックス参考実例集]]に戻る。[[Rのグラフィックス...
plot(), points() 等のグラフィックス関数による点の形状はオ...
COLOR(blue){注}: pch="." (ピリオッド文字)はCOLOR(red){真...
COLOR(blue){ある方からのコメント:「pch=0 は pch=22 と同...
#ref(pch0.png)
#ref(pch1.png)
#ref(pch2.png)
#ref(pch3.png)
#ref(pch4.png)
#ref(pch5.png)
#ref(pch6.png)
#ref(pch7.png)
* 実際のところ [#he7b2d1c]
pchは0〜25まで定義されているドットは特殊な処理を施してい...
気持ち違う程度。
32(0x20)〜255(0xff)はそのフォントの文字(1byte)が出てくる。
デフォルトのpchは1である。
pch=NULLはデフォルトの1が割り当てられるが,
pch=""は0とみなされる。ちなみに0と22では22の方が若干小さ...
| pch | 形状 |
| 0| S square |
| 1| S octahedron ( circle) |
| 2| S triangle - point up |
| 3| S plus |
| 4| S times |
| 5| S diamond |
| 6| S triangle - point down |
| 7| S square and times superimposed |
| 8| S plus and times superimposed |
| 9| S diamond and plus superimposed |
| 10| S hexagon (circle) and plus superimposed |
| 11| S superimposed triangles |
| 12| S square and plus superimposed |
| 13| S octagon (circle) and times superimposed |
| 14| S square and point-up triangle superimposed |
| 15| S filled square |
| 16| S filled octagon (circle) |
| 17| S filled point-up triangle |
| 18| S filled diamond |
| 19| R filled circle |
| 20| R `Dot' (small circle) |
| 21| circles |
| 22| squares |
| 23| diamonds |
| 24| triangle (point up) |
| 25| triangle (point down) |
-「n=33,...,126 は半角アルファベット」というのは単に10進A...
-Hmisc package 内の show.pch() が便利です。 -- [[さら]] &...
-海の向うではpchが足りないと騒いでいるが,日本語なら漢字も...
- pch=0とpch=22の違いは中を塗りつぶせるかの違い。グラフィ...
#comment
終了行:
COLOR(red){SIZE(20){グラフィックス参考実例集:プロット点...
([[グラフィックス参考実例集]]に戻る。[[Rのグラフィックス...
plot(), points() 等のグラフィックス関数による点の形状はオ...
COLOR(blue){注}: pch="." (ピリオッド文字)はCOLOR(red){真...
COLOR(blue){ある方からのコメント:「pch=0 は pch=22 と同...
#ref(pch0.png)
#ref(pch1.png)
#ref(pch2.png)
#ref(pch3.png)
#ref(pch4.png)
#ref(pch5.png)
#ref(pch6.png)
#ref(pch7.png)
* 実際のところ [#he7b2d1c]
pchは0〜25まで定義されているドットは特殊な処理を施してい...
気持ち違う程度。
32(0x20)〜255(0xff)はそのフォントの文字(1byte)が出てくる。
デフォルトのpchは1である。
pch=NULLはデフォルトの1が割り当てられるが,
pch=""は0とみなされる。ちなみに0と22では22の方が若干小さ...
| pch | 形状 |
| 0| S square |
| 1| S octahedron ( circle) |
| 2| S triangle - point up |
| 3| S plus |
| 4| S times |
| 5| S diamond |
| 6| S triangle - point down |
| 7| S square and times superimposed |
| 8| S plus and times superimposed |
| 9| S diamond and plus superimposed |
| 10| S hexagon (circle) and plus superimposed |
| 11| S superimposed triangles |
| 12| S square and plus superimposed |
| 13| S octagon (circle) and times superimposed |
| 14| S square and point-up triangle superimposed |
| 15| S filled square |
| 16| S filled octagon (circle) |
| 17| S filled point-up triangle |
| 18| S filled diamond |
| 19| R filled circle |
| 20| R `Dot' (small circle) |
| 21| circles |
| 22| squares |
| 23| diamonds |
| 24| triangle (point up) |
| 25| triangle (point down) |
-「n=33,...,126 は半角アルファベット」というのは単に10進A...
-Hmisc package 内の show.pch() が便利です。 -- [[さら]] &...
-海の向うではpchが足りないと騒いでいるが,日本語なら漢字も...
- pch=0とpch=22の違いは中を塗りつぶせるかの違い。グラフィ...
#comment
ページ名: