powered by
Size spectra at end of simulation
finalN(sim)finalNResource(sim)
finalNResource(sim)
For finalN(): An array (species x size) holding the consumer number densities at the end of the simulation
finalN()
For finalNResource(): A vector holding the resource number densities at the end of the simulation for all size classes
finalNResource()
A MizerSim object
idxFinalT()
str(finalN(NS_sim)) # This could also be obtained using `N()` and `idxFinalT()` identical(N(NS_sim)[idxFinalT(NS_sim), , ], finalN(NS_sim)) str(finalNResource(NS_sim))
Run the code above in your browser using DataLab