Question: Can someone please help with this coding question about biology? Im using the program R but I cant figure this out! I keep getting a
Q4: Now write a for-loop for a population that starts at 1 and grows at a rate of 40% a year for 20 generations. Write the code and plot the growth below. For help, just modify the code above for the for-loop. Make sure to label the axes! While-Loops Let's try a while-loop now. pop.vec -1 pop.now-1 count 1 # keeps track of the number of iterations while (pop.now
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
