Learn R Programming

blmeco (version 1.4)

yellow_bellied_toad: Site-occupancy data for Yellow-bellied toads

Description

Site-occupancy data indicating whether Yellow-bellied toads (Bombina variegata) were observed (1; 0 otherwise) in a given site and during a given visit.

Usage

data(yellow_bellied_toad)

Arguments

Format

List with 2 items

y

Two-dimensional matrix with the observed absence (0) or presence (1) of Yellow-bellied toads for a given territory (rows) and visit (columns).

DAY

integer vector containing the day of the year for each observation.

Examples

Run this code
# NOT RUN {
data(yellow_bellied_toad)
# }

Run the code above in your browser using DataLab