Learn R Programming

MetaLandSim (version 1.0.10)

param2: Sample parameter data frame number 2

Description

Sample data frame, as produced by parameter.estimate. These parameters are to be passed to spom. These are made up parameters, not related to any species.

Usage

data(param1)

Arguments

Format

A data frame with 4 rows displaying the four parameters (alpha, x, y, e) to be passed to spom:

  • alpha - Parameter relating extinction with distance.

  • y - Parameter y in the colonization probability.

  • e - Parameter defining the extinction probability in a patch of unit area.

  • x - Parameter scaling extinction risk with patch area.

Details

The four parameters are to be passed to spom.

Examples

Run this code

data(param1)

param1

#      par_output
#alpha 0.00250000
#x     0.50000000
#y     2.00000000
#e     0.04662827

Run the code above in your browser using DataLab