The help file of spmaps suggests that overlaying multiple polygons is possible (it speaks of them in plural), but there is no example or instruction how to do that. When I code the following, I get the error option polygon() not allowed
Code:
spmap using NUTS3_shp, id(_ID) polygon(data(NUTS1_shp)) polygon(data(MEMBERSTATE_shp))
Thank you for any advice!
0 Response to spmaps | How to overlay three (or more) polygons?
Post a Comment