is_community: is_community

Description Usage Arguments Value Author(s) See Also Examples

View source: R/community.R

Description

Check if the object is a community or not.

Usage

1

Arguments

x

the object which must be a community to validate the condition

Value

a logical "TRUE" or "FALSE"

Author(s)

Jaunatre Maxime <maxime.jaunatre@etu.univ-grenoble-alpes.fr>

See Also

community to see how to make an object of class community.

Examples

1
2
3
4
5
    hare = population("hirsuta",30,2,80)
    lynx = population("daonensis",4,1.2,60)

    hudson = community('hudson',hare,lynx)
    is_community(hudson)

BEE-Univ-Grenoble/BeePODYNA documentation built on Dec. 25, 2019, 4:49 a.m.