Skip to content

Computing biomass for species not present in equations database #259

@SebastianKyle

Description

@SebastianKyle

I tried the get_biomass method of the package with some species that are not present in the equations database like 'Gordonia lasianthus' and it still return the corresponding biomass:

get_biomass(

  • dbh = 23.5,
    
  • genus = "Gordonia",
    
  • species = "lasianthus",
    
  • coords = c(29.6893, -81.9947)
    
  • )
    [1] 388.0618
    I also tried with other absent species like 'Lyonia lucida', 'Persea palustris', ... and it worked everytime.
    So how does this function work to compute biomass for these absent species ? Is the result applicable ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions