You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The current distribution of plants. plant.timestep calculates the next
iteration of plant distributions, so it needs the current distribution to
do that.
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.
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.
The text was updated successfully, but these errors were encountered: