remove.species: Remove the species occupancy from the landscape

View source: R/remove.species.R

remove.speciesR Documentation

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)

Arguments

sp

Object of class 'metapopulation'.

Value

Delivers an object of class 'landscape'.

Author(s)

Frederico Mestre and Fernando Canovas

See Also

rland.graph, species.graph

Examples


data(occ.landscape)

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


MetaLandSim documentation built on Jan. 13, 2023, 1:11 a.m.