MetaLandSim (version 2.0.0)

remove.species: Remove the species occupancy from the landscape

Description

This function converts an object of class 'metapopulation' (with the species occupancy) in a object of class 'landscape' (without the species occupancy).

Usage

remove.species(sp)

Value

Delivers an object of class 'landscape'.

Arguments

sp

Object of class 'metapopulation'.

Author

Frederico Mestre and Fernando Canovas

See Also

rland.graph, species.graph

Examples

Run this code

data(occ.landscape)

rl1 <- remove.species(sp=occ.landscape)

Run the code above in your browser using DataLab