R/beetleTreeInteractions.R

#' Beetle tree interaction table.
#'
#' A dataset of beetles and genues of host trees. Original information
#' is avaliable in \url{https://www.barkbeetles.info/}
#'
#' We use this interaction tables to construct an incidence matrix.
#' This is a table representation of a bipartite graph
#'
#' @format A data frame with 565 rows and 2 variables:
#' \describe{
#'   \item{beetle}{Species of bark beetles}
#'   \item{genus}{Genus of host tree of bark beetles}
#' }
#' @source \url{https://www.barkbeetles.info/}
"beetleTreeInteractions"
alrobles/geotax documentation built on July 27, 2023, 4:37 a.m.