-
Notifications
You must be signed in to change notification settings - Fork 1
/
murphy.Rd
29 lines (28 loc) · 1.03 KB
/
murphy.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{murphy}
\alias{murphy}
\title{Camera trap data}
\format{
\subsection{\code{murphy}}{
A data frame with 4136 rows and 4 columns:
\describe{
\item{Site}{Combination of Site ID and sampling period ID}
\item{Species}{Vernacular name of the observed species}
\item{DateTime}{Date and Time of the observation}
\item{Matrix}{Habitat category, either agricultural/developped ("agdev") or forest ("forest") habitat}
}
}
}
\source{
<https://doi.org/10.5061/dryad.tdz08kq09 >
}
\usage{
murphy
}
\description{
Data of camera trap observations of white-tailed deer Odocoileus virginianus, black bears Ursus americanus, coyotes Canis latrans, bobcats Lynx rufus and humans Homo sapiens.
From : Murphy, A., Diefenbach, D. R., Ternent, M., Lovallo, M., & Miller, D. (2021). Threading the needle: How humans influence predator–prey spatiotemporal interactions in a multiple‐predator system. Journal of Animal Ecology, 90(10), 2377-2390.
}
\keyword{datasets}