makeConn: makeConn - Creates curved connections between Habitat Regions

Description Usage Arguments Examples

View source: R/makeConn.R

Description

makeConn - Creates curved connections between Habitat Regions

Usage

1
makeConn(n, coords, probs)

Arguments

n

A number corresponding to the number of geographic regions

coords

A set of x,y coordinates of nrow == n

Examples

1
makeConn(3, matrix(dat = c(1, 4, 7, 1, 5, 6), nrow = 3, ncol = 2), c(.4, .5, .1))

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