|
|
|
@ -210,10 +210,18 @@ plot(
|
|
|
|
simulation.state_path[2:4]
|
|
|
|
simulation.state_path[2:4]
|
|
|
|
,labels=["stocks 1" "stocks 2" "Stocks 3"]
|
|
|
|
,labels=["stocks 1" "stocks 2" "Stocks 3"]
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
plot(
|
|
|
|
plot(
|
|
|
|
simulation.state_path[1]
|
|
|
|
simulation.state_path[1]
|
|
|
|
,labels="debris"
|
|
|
|
,labels="debris"
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plot(
|
|
|
|
|
|
|
|
simulation.state_path[1][3:end] .- simulation.state_path[1][2:end-1]
|
|
|
|
|
|
|
|
,labels="debris growth"
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
plot( simulation.state_path
|
|
|
|
plot( simulation.state_path
|
|
|
|
,labels=["debris" "stocks 1" "stocks 2" "Stocks 3"]
|
|
|
|
,labels=["debris" "stocks 1" "stocks 2" "Stocks 3"]
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|