Learn R Programming

MetaLandSim (version 1.0.4)

rg_exp: List with range.expansion output

Description

Output of range_expansion. Object of class 'expansion'.

Usage

data(rg_exp)

Arguments

Format

List of four data frames ('NORTH', 'SOUTH', 'EAST' and 'WEST') with the probability of occupations at several distances from the closest occupied landscape mosaic. These four data frames correspond to the probability of occupation to the north, south, east and west. Each data frame has the following columns:

  • DISTANCE - Distance (mapsize x number of landscapes).

  • OCCUPATION - How many times did the landscape at this distance got occupied by the species (from a total of 'iter' repetitions).

  • PROPORTION - Proportion of occupation for the landscape at this distance (OCCUPATION/iter).

  • TIME STEP - The average time step during which a given distance is reached.

Examples

Run this code
# NOT RUN {
data(rg_exp)

# }

Run the code above in your browser using DataLab