poster
2019-11-24, 21:00
<p>My idea is like this: assume I have built a geographically weighted regression model, i.e.for each cell, y ~ β0 + β1*x1 + β2*x2 + β3*x3, I want to create a single map showing the relative importance of the three variables on the response variable y. </p>
<p>I want to do this like this: (1) I normalize the three coefficients for each cell into unit 1 by dividing each coefficient by their sum; (2) I utilize a ternary color space to map the three adjusted coefficients to a color code; (3) I get the color code and fill it into the corresponding cell. </p>
<p>But I don't know how to implement this in practice, like R, Python or Matlab? Attached is the ternary color space.</p>
<p><a href="https://i.stack.imgur.com/9Z0JP.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/9Z0JP.png" alt="Ternary color space for mapping 3 coefficients into a color code"></a></p>
More... (https://stackoverflow.com/questions/59017891/how-can-i-create-a-map-with-cell-values-being-mapped-to-a-ternary-color-space)
<p>I want to do this like this: (1) I normalize the three coefficients for each cell into unit 1 by dividing each coefficient by their sum; (2) I utilize a ternary color space to map the three adjusted coefficients to a color code; (3) I get the color code and fill it into the corresponding cell. </p>
<p>But I don't know how to implement this in practice, like R, Python or Matlab? Attached is the ternary color space.</p>
<p><a href="https://i.stack.imgur.com/9Z0JP.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/9Z0JP.png" alt="Ternary color space for mapping 3 coefficients into a color code"></a></p>
More... (https://stackoverflow.com/questions/59017891/how-can-i-create-a-map-with-cell-values-being-mapped-to-a-ternary-color-space)