MagicForrest / DGVMTools

R package for processing, analysing and visualising ouput from Dynamic Global Vegetation Models (DGVMs)
GNU General Public License v3.0
26 stars 22 forks source link

Consistent factting in plotSpatial and plotSubannual #45

Closed MagicForrest closed 4 years ago

MagicForrest commented 4 years ago

Done, integrated via consistent_facetting branch. Implementation in plotSpatial() is kind of a hybrid between the old and new way. The code is very much more streamlined (and uses arguments consistent with the other plotting functions) but it still makes a new column called "Facet" to control the facetting. Although a little bit inelegant, it does allow much finer and more effective control over facetting. plotSubannual() is lovely now.