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

Add to Family: filters of tree status; and Family of stem status #1

Closed
maurolepore opened this issue Jan 5, 2018 · 1 comment
Closed

Comments

@maurolepore
Copy link
Contributor

tree_status(x, status = "not_dead")
tree_not_dead(x)
tree_status(x, status = "*")
tree_*(x)

stem_status(x, status = "not_dead")
stem_not_dead(x)
stem_status(x, status = "*")
stem_*(x)
@maurolepore maurolepore changed the title add status filters add status filters: tree_status(x, status = "not_dead") and friends Jan 5, 2018
@maurolepore maurolepore changed the title add status filters: tree_status(x, status = "not_dead") and friends Add to Family: filters of tree status; and Family of stem status Jan 5, 2018
@maurolepore
Copy link
Contributor Author

The final approach involves one general function, filter_status(), and two wrappers: stem_not_dead(), and tree_not_dead().

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

No branches or pull requests

1 participant