Habitat selection

Introduction

During our previous practicals we have been modelling population growth through time and under different levels of resources. These two parameters are both very important but they are lacking in their ability to fully represent the world we (and the animals and plants we are interested in modelling) live in. To provide a better picture we can incorporate a more spatial aspect into our calculations. This doesn’t necessarily need to be in the form of actual distances and coordinates but rather presenting our population of interest with a “choice” between two or more habitats with differning resources and abiotic components.

It’s not just wild animals that make these decisions, humans do this too. We choose between places we would like to live, for instance, and decide on this particular place based on the resources available to us and the costs and benefits of living in this area. Although we all might like to live in a nice house in the best area we aren’t all able to do so. Nice houses are generally more expencive and so you’ll have larger loan repayments. They are also bigger and require more energy and so your rates and maintenence costs will likely be higher. Houses in nice areas are also generally further away from work places and so you’ll need to travel further which adds to the expences. Contast this with, say university residence accommodation. Here the houses aren’t houses at all but rather flats or apartments and so the living area is smaller and, therefore, the rates and resources required to maintain these “houses” is much lower. These areas are also generally right next to or very close to your “work” places and so the energy (or travel costs) are substantially lower. Thus, we humans incorporate all these factors together with our resource limitations when we decide where we would like to live.

Similarly, in natural settings animals are presented with a host of factors that need consideration when deciding on which habitats to live in. These could be, for instance, climate, food types, competitor presence, and predator presence. As you have likely realised by now, it is quite difficult to model all of these parameters in one equation although it is possible.

To help us better understand and predict how animals will select between habitats ecologists have developed several important models. Today we will look at two of these, the Ideal-Free Habitat Selection model and the Ideal-Despotic Habitat Selection model.

Ideal-Free Habitat Selection

Under this model each habitat has a set basic or intrinsic level of habitat suitability for a given potential inhabitor, however, as we have already discussed, not all habitats are equally suitable. Dolphins have a higher preference for open oceans than they do for tidal pools, and they have absolutely no preference for savanna plains. Elephants, on the other hand, prefer savannas to tundra or snowy alpine regions (just ask Hannibal trying to march elephants over the Alps went for him!).

But it’s not just the intrinsic requirements of an animal that dictates which habitat to live in. If there is high competition in a particularly good habitat, an animal may be better off in a habitat with intrinsicly lower resources but less competition. This kind of scenario is (in part) described by the ideal-free habitat selection model - that animals will distribute themselves between different habitats in ratios proportional to the amount of resources available to them. Thus, habitats or patces with higher intrinsic resource levels will support a greater number of individuals. The result of this Ideal Free examlpe is that resource competition between individuals consuming the same resources will be minimised and the energy uptake of the individuals will be maximised.

The “ideal” part of this model’s name refers to the assumption that the animals are awear of the resources available to the animals across all the patches whilst the “free” component reminds us of the assumption that the animals are free to move between patches at no cost to themselves.

The model is designed to predict habitat suitability across habitats in which foragers will have equal resource gains and rates of resource uptakes such that at an equilibrial state each individual will not be able to improve on it’s resource availability by moving to a new patch. We can use the following equation to describe this kind of habitat suitability:

\[S_i = B_i - f_i(d_i)\]

Here \(S_i\) is the realised habitat suitability after subtracting the effect (\(f_i\)) that fellow competitors have on the intrinsic suitability (\(B_i\)) multiplied by the number of competitors \(d_i\) present in the habitat. In the example figure below there are two habitats - a desert and a grassland. These two habitats differ in both their intrinsic suitability and their response to increased inhabitant presence.

Ideal-Despotic Habitat Selection

Although there are examples of the above model being successfully applied natural (and artifical) scenarios, it can be modified when some of its many assumptions fail to be met - a common one being the “free” movement assumption. Free movement between patches can be restricted when potential colonisable patches are already controlled by despots/dictators. From a human perspective once someone comes to own a piece of property it becomes quite difficult to remove that person and take ownership of the area. We can describe this phenomenon verbally as the lowering of suitability of a patch for future colonists due to the presence of current resident individuals which can be expressed mathematically as:

\[T_i = S_i (1-t(d_i))\]

where \(T_i\) is the apparant suitability of habitat \(i\) for an unsettled or habitat searching individual, \(S_i\) is the realised or actual suitability of habitat \(i\) (defined above) together with a reduction in suitability attributed to the resistance (\(t\)) of the current occupants (\(d\)) of the \(i^{th}\) habitat. \(t\) can technically take any real value but for now we will restrict it to between -1 and 1. The figure below depicts the difference between the realised or actual suitability (solid lines) and the apparant suitability (dotted lines).

Simulating settlement

At the beginning of this exercise it was mentioned that our previous practicals failed to specifically address the spatial aspect of population dynamics. These two previous examples have attempted to do that but in doing so we have excluded the temporal component. Thus, our model outputs are static snapshots of habitat suitability at varying competitor densities which could be at the beginning of a colonisation event or nearing the end. In real scenarios we might rather be interested in simulating the entire colonisation process from beginning to end to model habitat selection of say two habitats by colonisers where initially both habitats are bare.

The underlying principle here is to use if statements to compare the suitability of two habitats at each point in time and add individuals to the more suitable habitat whilst adjusting the habitat suitability based on the presence of new inhabitants. An if statement is a logical operator that compares one variable to another or to a fixed value. The result of this comparrison could return either a true or a false response. After conducting the comparison the if statement will then carry out one of two operations based on the outcome of the comparison.

In the figure below there is an if comparrison at each time point which checks whether desert habitat suitability is higher than grassland habitat suitability. If desert > grassland then one individual is added to the desert habitat, otherwise the oposite is true (desert < grassland) and so one individual is added to the grassland habitat.

And we can do the same thing with the ideal-despotic model:

Use the Shiny App to help you explore these equations a little more and answer the questions that follow.

Download the habitat selection app here

Worksheet questions

Ideal free distribution questions

Use the figures in the first panel (Ideal-Free) to answer the following questions

Question 1

What aspects of the habitat suitability figure represent the

  1. Instrinsic habitat suitability (1)
  2. Effect that inhabitants have on the habitat suitability to new individuals (1)

Question 2

Describe how three different combinations of intrinsic habitat suitability and fellow competitor effects alter the population sizes of the two habitats through time. For each set of your chosen parameters give a short description of the type of animal you are modelling and the two types of habitats that that animal is choosing to inhabit. These choices must be biologically meaningful (9)

Question 3

Describe how the two habitats’ suitabilities change in dominance through time under different model parameters (6)

Ideal despotic habitat distribution

Use the second panel in the app to answer the following questions

Question 1

When all other model parameters are held constant how does \(t\) alter the model output (3)

Question 2

Under what conditions might a habitat that is intrinsically more suitable have a smaller population than the intrinsically less suitable habitat. Give brief descriptions of why this might be the case with reference to ecologically relevant scenarios (6)

Question 3

Under some circumstances this model behaves unexpectedly. Describe these unexpected occurances and provide reasons why this pattern might occur (5)

Coding questions

  1. Our model has only really dealt with the impact of conspecifics (members of the same species which are assumed in this case to originate from the same population). However, as we have already seen, other species can greatly impact how a species functions and grows. As animals learn about the impacts of other species their perception of habitat suitability will likely be affected. You are required to use the experience you have gained in the previous practicals to produce code to simulate how a species with the choice of two habitats chooses between two habitats when one of the habitats contains a growing population of a species that negatively affects our species of interest. Marks will be awarded based on the effort you have put into your code, creativity in providing an answer, the elegance of the solution you have developed and how many errors are in your code. Submit your code together with your final figure in a word document. In order to aid the marking of this question please also supply a short description of how you approached this problem and briefly describe how you model works (20)

Application questions

  1. List and briefly explain ecological factors that could be modelled by the parameters \(S_i\), \(t_i\), and \(f_i\) (9)

  2. From the coloning species’ perspective describe with examples and reference to at least three scientific publications the traits and characteristics that contribute importantly to the preference of one habitat type over another (9)

  3. When a population has several similarly suitable habitats available to choose from the initial large population may split up into many smaller sub-populations. When these populations exchange individuals with one another the large population is referred to as a meta-population. Briefly describe and define the term “meta-population” and discuss with reference to at least 5 scientific articles how conservationists and wildlife managers can employ meta-population theory to best manage how an animal population utilises habitats within and agricultural landscape (12)

  4. Discuss the management implications and applications of the idea of habitat selection theory when managing wild populations in large, unfenced areas (10)