powered by
Assign MFG based on binary functional traits and taxonomy (Class and Order)
traits_to_mfg( flagella = NA, size = NA, colonial = NA, filament = NA, centric = NA, gelatinous = NA, aerotopes = NA, class = NA, order = NA )
A character string of the species' morphofunctional group
1 if flagella are present, 0 if they are absent.
Character string: 'large' or 'small'. Classification criteria is left to the user.
1 if typically colonial growth form, 0 if typically unicellular.
1 if dominant growth form is filamentous, 0 if not.
1 if diatom with centric growth form, 0 if not. NA for non-diatoms.
1 mucilagenous sheath is typically present, 0 if not.
1 if aerotopes allowing buoyancy regulation are typically present, 0 if not.
Character string: The taxonomic class of the species
Character string: The taxonomic order of the species
traits_to_mfg(flagella = 1,size = "large",colonial = 1,filament = 0,centric = NA,gelatinous = 0, aerotopes = 0,class = "Euglenophyceae",order = "Euglenales")
Run the code above in your browser using DataLab