MagicForrest / DGVMTools

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

Reformulate PFT -> Layer #43

Closed MagicForrest closed 4 years ago

MagicForrest commented 4 years ago

Also makes function for select layers, maybe called whichLayers(), something like:

whichLayers(x, list(type = "PFT", phenology = "Evergreen"))

MagicForrest commented 4 years ago

Mostly done, but still need to possibly add more complicated layer selecting in whichLayers(). Also maaybe using properties of layers in the plot functions?

And I think there was another handy feature that I wanted to add which is related to this...

MagicForrest commented 4 years ago

Ah yes, write a function to define a new layer and possible add it directly to a Format object.

MagicForrest commented 4 years ago

Done.