CommunityHas: Community has property?

Community has property?R Documentation

Community has property?

Description

Functions that return whether or not a community has a particular property.

Usage

HasM(community)
HasN(community)
HasTrophicLinks(community)

Arguments

community

an object of class Community.

Value

A logical.

Author(s)

Lawrence Hudson

See Also

Community, CPS, NPS, TLPS

Examples

# Tuesday Lake 1984 has all three
data(TL84)
HasM(TL84)
HasN(TL84)
HasTrophicLinks(TL84)

# Skipwith Pond has trophic links but not M or N
data(SkipwithPond)
HasM(SkipwithPond)
HasN(SkipwithPond)
HasTrophicLinks(SkipwithPond)

quicklizard99/cheddar documentation built on Aug. 25, 2022, 5:01 a.m.