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

what is plants? #2

Open
jenessalemon opened this issue Nov 10, 2016 · 1 comment
Open

what is plants? #2

jenessalemon opened this issue Nov 10, 2016 · 1 comment

Comments

@jenessalemon
Copy link
Collaborator

What an intelligent question for a grad student to be asking! ... But seriously, what is plants?
I'm referring to line 56 in my code. This is the point where I define my plant.timestep function. I know that terrain is the terrain we created in the last module, and that info is the output of our setup.plants function. But what is plants? I was thinking that it is the terrain matrix after we have added plants, but that makes no sense, because it would not be a parameter of the function to create itself.
I am trying to keep all of my variables straight but it's really hard. They are all over the place.

@willpearse
Copy link
Member

The current distribution of plants. plant.timestep calculates the next
iteration of plant distributions, so it needs the current distribution to
do that.

On Thu, 10 Nov 2016 at 04:12 jenessalemon notifications@github.com wrote:

What an intelligent question for a grad student to be asking! ... But
seriously, what is plants?
I'm referring to line 56 in my code. This is the point where I define my
plant.timestep function. I know that terrain is the terrain we created in
the last module, and that info is the output of our setup.plants function.
But what is plants? I was thinking that it is the terrain matrix after we
have added plants, but that makes no sense, because it would not be a
parameter of the function to create itself.
I am trying to keep all of my variables straight but it's really hard.
They are all over the place.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#2, or mute the
thread
https://github.com/notifications/unsubscribe-auth/ABLcUqCXfMytZn_kL39FSP0tkEQzhgcWks5q8pmZgaJpZM4KuQ0A
.

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

2 participants