Dear all,
I am using the spmap module created by Maurizio Pisati to graph some maps. My question is how I could represent in the same map a set of three variables (specifically, dummy variables) with three different colors accordingly. My dataset would be something like this:
Is it possible to represent the 3 set of dummies in one map using three different colors? Thanks for your advice.
I am using the spmap module created by Maurizio Pisati to graph some maps. My question is how I could represent in the same map a set of three variables (specifically, dummy variables) with three different colors accordingly. My dataset would be something like this:
| department | high_soybean | high_maize | high_both |
| A | 1 | 0 | 0 |
| B | 0 | 1 | 0 |
| C | 0 | 0 | 1 |
| D | 1 | 0 | 0 |
| ...... |

Comment