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 function for livestock biomass consumption #3

Open
fdschneider opened this issue Dec 1, 2016 · 1 comment
Open

add function for livestock biomass consumption #3

fdschneider opened this issue Dec 1, 2016 · 1 comment
Assignees

Comments

@fdschneider
Copy link
Member

Write a function that extracts from a given landscape object or list of landscapes the current amount of annual productivity in terms of livestock consumption.

This should sum up the plants' probability of dying due to grazing in the upcoming timestep. (excluding intrinsic mortality rates)

@fdschneider fdschneider self-assigned this Dec 1, 2016
fdschneider pushed a commit that referenced this issue Dec 1, 2016
@fdschneider
Copy link
Member Author

fdschneider commented Dec 6, 2016

done in commit 0a3178b

its output is integrated in summary.landscape_list() and can be accessed by

summary(L100)$feed

I also added a description and details into the package vignette: inst/doc/socialecological.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant