R/BGHRsample.R

#' @title Information for each electrofishing sample from Big Hill Reservoir, KS, 2014.
#' 
#' @description Information for each electrofishing sample from Big Hill Reservoir, KS, in May, 2014.
#' 
#' @name BGHRsample
#' 
#' @docType data
#' 
#' @format A data frame with 20 observations on the following 4 variables.
#'  \describe{
#'    \item{UID}{Unique sample identification number}
#'    \item{date}{Data sample was collected}
#'    \item{loc}{Location code for where the sample was collected}
#'    \item{effort}{Effort (minutes) expended for the sample}
#'  }
#'  
#' @section Topic(s):
#'  \itemize{
#'    \item Data Manipulation
#'  }
#'  
#' @concept Data Manipulation
#' 
#' @note Used in the \href{https://derekogle.com/IFAR/}{Introductory Fisheries Analyses with R} book.
#' 
#' @source Obtained directly from Ben Neely. \href{https://raw.githubusercontent.com/fishR-Core-Team/FSAdata/main/data-raw/BGHRsample.csv}{CSV file}
#' 
#' @seealso See \code{\link{BGHRfish}} for individual fish collected in these samples.
#' 
#' @keywords datasets
#' 
#' @examples
#' data(BGHRsample)
#' str(BGHRsample)
#' head(BGHRsample)
#' 
NULL

Try the FSAdata package in your browser

Any scripts or data that you put into this service are public.

FSAdata documentation built on Aug. 24, 2023, 5:06 p.m.