1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
<h1>Barplot</h1>
<h2>Parameters</h2>
<ul><li>Variable: Catholic</li>
<li>colors: rainbow</li>
<li>Type: juxtaposed</li>
<li>Legend: FALSE</li>
</ul>
DATE<br />
<img src="graph.png" width="480" height="480"><br>
<h1>Barplot</h1>
<h2>Parameters</h2>
<ul><li>Variable: test_table</li>
<li>colors: default</li>
<li>Type: stacked</li>
<li>Legend: TRUE</li>
</ul>
DATE<br />
<img src="graph.png" width="480" height="480"><br>
<h1>Barplot</h1>
<h2>Parameters</h2>
<ul><li>Tabulation groups: wool by tension</li>
<li>Tabulation statistic: Sum of warpbreaks[["breaks"]]</li>
<li>colors: rainbow</li>
<li>Type: juxtaposed</li>
<li>Legend: TRUE</li>
</ul>
DATE<br />
<img src="graph.png" width="480" height="480"><br>
|