Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| tutorial:using_sojourn_time_and_deterministic_transitions [2013/07/23 21:35] juliana | tutorial:using_sojourn_time_and_deterministic_transitions [2013/07/23 21:43] (current) juliana | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| **if i1 = 8 and i2 > 20 then 2 else i1** | **if i1 = 8 and i2 > 20 then 2 else i1** | ||
| + | i1 is the landscape map and i2 is the sojourn map (forest is 2, abandon is 8). Note that for simplicity, it’s not possible to clear areas in abandon (transition 8 to 1). This could be added to the model as a new transition. Texeira et al. (2009) provide an example of modeling the landscape dynamics of the Atlantic forest, which includes multistate and transition from forest to various land-use. | ||
| + | |||
| + | {{ :tutorial:advanced_20.jpg |}} | ||