Skip to content

Commit

Permalink
data added
Browse files Browse the repository at this point in the history
  • Loading branch information
psolymos committed May 11, 2017
1 parent 624cc6c commit 60df068
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -9,7 +9,7 @@ Description: Phylogeny and species trait effects on detectability.
URL: https://github.com/borealbirds/lhreg
BugReports: https://github.com/borealbirds/lhreg/issues
Depends: Matrix, DEoptim, mvtnorm
Suggests: knitr
Suggests: knitr, ape, mefa4, pbapply, intrval
License: GPL-2
LazyLoad: yes
LazyData: true
Binary file added data/cor_matrix.rda
Binary file not shown.
Binary file added data/lhreg_data.rda
Binary file not shown.
24 changes: 24 additions & 0 deletions man/cor_matrix.Rd
@@ -0,0 +1,24 @@
\name{cor_matrix}
\alias{cor_matrix}
\docType{cor_matrix}
\title{
Phylogenetic Correlation Matrix
}
\description{
Phylogenetic correlation matrix.
}
\usage{data("cor_matrix")}
\format{
A matrix.
}
\source{
See manuscript.
}
\references{
Manuscript.
}
\examples{
data(cor_matrix)
str(cor_matrix)
}
\keyword{datasets}
24 changes: 24 additions & 0 deletions man/lhreg_data.Rd
@@ -0,0 +1,24 @@
\name{lhreg_data}
\alias{lhreg_data}
\docType{lhreg_data}
\title{
Life History Traits
}
\description{
Life history traits.
}
\usage{data("lhreg_data")}
\format{
A data frame.
}
\source{
See manuscript.
}
\references{
Manuscript.
}
\examples{
data(lhreg_data)
str(lhreg_data)
}
\keyword{datasets}

0 comments on commit 60df068

Please sign in to comment.