Difference between revisions of "TERNARY PLOT"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
<div style="font-size:30px">'''TERNARY PLOT'''</div> | <div style="font-size:30px">'''TERNARY PLOT'''</div> | ||
==='''''Description:'''''=== | ==='''''Description:'''''=== | ||
| − | + | '''A ternary plot or a triangle plot, is a barycentric plot on three variables which sum to a constant.<br> | |
| − | + | '''It graphically depicts the ratios of the three variables as positions in an equilateral triangle.''''' <br> | |
*'''''In a ternary plot, the values of the three variables a, b, and c must sum to some constant, K.<br> | *'''''In a ternary plot, the values of the three variables a, b, and c must sum to some constant, K.<br> | ||
*'''''Usually, this constant is represented as 1.0 or 100%. | *'''''Usually, this constant is represented as 1.0 or 100%. | ||
Revision as of 11:52, 18 June 2020
TERNARY PLOT
Description:
A ternary plot or a triangle plot, is a barycentric plot on three variables which sum to a constant.
It graphically depicts the ratios of the three variables as positions in an equilateral triangle.
- In a ternary plot, the values of the three variables a, b, and c must sum to some constant, K.
- Usually, this constant is represented as 1.0 or 100%.
Example
| A | B | C |
| Sand | Silt | Clay |
| 0.3 | 0.3 | 0.4 |
| 1 | 0 | 0 |
| 0 | 1 | 1 |
| 0 | 0 | 1 |
| 0.2 | 0.5 | 0.3 |
| 0.3 | 0.1 | 0.6 |
| 0.5 | 0.5 | 0 |
| 0.6 | 0.2 | 0.2 |
TERNARYPLOT(A1:C9)
GRAPHING MAIN PAGE