roadkills: Imaginary roadkill data

Description Usage Format Details Source Examples

Description

An imaginary dataset of roadkill data for 5 "taxonomic" groups.

Usage

1

Format

A data frame with 900 observations on the following variables:

individ

an integer vector attributing an identifier to each recorded individual

segment

a numeric vector identifying the road segment at which each individual was recorded

group

a character vector indicating the "taxonomic" group to which each individual belongs

day1

a numeric vector indicating whether the individual was found (1) or not (0) on that sampling day (the same for all remaining days in the data frame)

Details

Each row corresponds to an individual recorded at a particular road stretch (segment), with a 1 if it was present and a 0 if it was not present at that segment on each of the sampling days. Individuals were not manually removed from the road, so each individual has value 1 in all days in which its body was detected on the road.

Source

Freely modified from data collected by: Santos S.M., Carvalho F., Mira A. (2011) How long do the dead survive on the road? Carcass persistence probability and implications for road-kill monitoring surveys. PLoS ONE 6(9), e25383 (doi:10.1371/journal.pone.0025383)

Examples

1
2
3
data(roadkills)

roadkills[1:20, 1:10]

DeadCanMove documentation built on May 2, 2019, 6:48 p.m.