R/makeConn.R

Defines functions makeConn

Documented in makeConn

#' makeConn - Creates curved connections between Habitat Regions
#'
#' @param n A number corresponding to the number of geographic regions
#' @param coords A set of x,y coordinates of nrow == n
#' @examples
#' makeConn(3, matrix(dat = c(1, 4, 7, 1, 5, 6), nrow = 3, ncol = 2), c(.4, .5, .1))
makeConn <- function(n, coords, probs){

}
robschick/eliciteg documentation built on May 27, 2019, 11:58 a.m.