CommunityGraphPlot

CommunityGraphPlot[g]

グラフ g のコミュニティ構造を示すプロットを生成する.

CommunityGraphPlot[g,{{vi1,vi2,},}]

コミュニティ{vi1,vi2,}, のあるグラフ g のプロットを生成する.

CommunityGraphPlot[g,{,wj[{vi1,}],}]

記号ラッパー wjで定義された特徴をハイライトしたプロットを生成する.

CommunityGraphPlot[{vi1vj1,vi2vj2,},]

頂点 vikが頂点 vjkと接続しているグラフのプロットを生成する.

CommunityGraphPlot[m,]

隣接行列 m で表されるグラフのプロットを生成する.

詳細とオプション

例題

すべて開くすべて閉じる

  (2)

グラフ中のコミュニティを示す:

コミュニティを求める:

コミュニティを示す:

スコープ  (8)

CommunityGraphPlotは無向グラフに使うことができる:

有向グラフに使う:

多重グラフに:

混合グラフに:

規則のリストを使ってグラフを指定する:

隣接行列:

コミュニティを指定する:

ラッパー:

オプション  (17)

AspectRatio  (2)

デフォルトで,CommunityGraphPlotはプロットの縦横比を自動的に決定する:

AspectRatio1を使って高さを幅と等しくする:

CommunityBoundaryStyle  (4)

デフォルトのコミュニティの境界スタイルは灰色の線である:

黒い境界線を使う:

Noneを使って境界線を示さないようにする:

境界線に赤い線と破線を交互に使う:

CommunityLabels  (3)

コミュニティのラベルを生成する:

Labeledを使って個々のラベルを指定する:

Placedを使ってラベルの置き方を制御する:

CommunityRegionStyle  (3)

デフォルトのコミュニティ範囲にはスタイルNoneが使われる:

これはCommunityRegionStyle->Noneとしても得ることができる:

コミュニティの範囲に緑色を使う:

コミュニティ範囲に赤と青を交互に使う:

Method  (2)

デフォルトで,CommunityGraphPlotは力指向レイアウトを使う:

これはMethod->"SpringElectrical"で得ることもできる:

階層的レイアウトにはMethod->"Hierarchical"を使う:

PlotLegends  (3)

コミュニティの凡例を生成する:

Legendedを使って個々の凡例項目を指定する:

Placedを使って凡例の置き方を制御する:

Wolfram Research (2012), CommunityGraphPlot, Wolfram言語関数, https://reference.wolfram.com/language/ref/CommunityGraphPlot.html.

テキスト

Wolfram Research (2012), CommunityGraphPlot, Wolfram言語関数, https://reference.wolfram.com/language/ref/CommunityGraphPlot.html.

CMS

Wolfram Language. 2012. "CommunityGraphPlot." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CommunityGraphPlot.html.

APA

Wolfram Language. (2012). CommunityGraphPlot. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CommunityGraphPlot.html

BibTeX

@misc{reference.wolfram_2024_communitygraphplot, author="Wolfram Research", title="{CommunityGraphPlot}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/CommunityGraphPlot.html}", note=[Accessed: 17-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_communitygraphplot, organization={Wolfram Research}, title={CommunityGraphPlot}, year={2012}, url={https://reference.wolfram.com/language/ref/CommunityGraphPlot.html}, note=[Accessed: 17-November-2024 ]}