R/divPart.R

#' @export
divPart <- function(infile = NULL, outfile = NULL, gp = 3, pairwise = FALSE,
                    WC_Fst = FALSE, bs_locus = FALSE, bs_pairwise = FALSE, 
                    bootstraps = 0, plot = FALSE, parallel = FALSE){
  ############################ Argument definitions ############################
  .Deprecated(new = "fastDivPart", msg = "This function name is no longer in use. Please use 'fastDivPart' instead, \nSee ?fastDivPart for usage details.", 
              old = "divPart")
}
################################################################################
# div.part: deprecated
################################################################################

Try the diveRsity package in your browser

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

diveRsity documentation built on May 1, 2019, 10:30 p.m.