Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract holdridge class #30

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Extract holdridge class #30

wants to merge 3 commits into from

Conversation

ms609
Copy link
Collaborator

@ms609 ms609 commented Apr 4, 2024

Resolves #28 .

Two principal changes:

  • bioclimate() returns a column corresponding to the Holdridge zone associated with each point, looked up from the definitions in Ternary;
  • plot_h() invisibly returns this bioclimate data (previously the outcome of the call to plot.xy() was returned).

Note that I also updated the returned value of bioclimate() from a numeric matrix to a data.frame, matching the existing documentation.

@ms609 ms609 requested a review from jamestsakalos April 4, 2024 11:57
@ms609 ms609 linked an issue Apr 4, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extract class of holdridge from points
1 participant