R/HybridFindR.data.R

#' Anolis SNP data for 25 SNPs used to test for signals of differential introgression.
#'
#' SNP data for 73 individuals from a study used to infer differential introgression between
#' Anolis puclhellus and A. krugi. An example data file demonstrating how data should be formatted
#' for use in HybridFindR.
#'
#'
#'
#' @docType data
#'
#' @usage data(HybridFindR)
#'
#' @format A data frame that includes sample labels, population assignments, and genotype information for 73 individuals.
#'
#' @keywords datasets
#'
#' @references Farleigh et al. (in prep)
#'
#'
#' @source Farleigh et al. (in prep)
#'
#' @examples
#' data(HybridFindR)
#' str(HybridFindR)
#'
#'
kfarleigh/HybridFindR documentation built on Jan. 29, 2024, 11:39 p.m.