Skip to contents

Add habitats with and without the self loop

Usage

add_points_qq(
  q,
  M,
  pw = 1,
  max_pt_sz = 2,
  colA = "#4e148c66",
  colB = "#4e148cCC"
)

Arguments

q

a point set defining egg laying sites

M

a matrix describing movement to q

pw

power relationship for scaling point size: pw=1 is linear

max_pt_sz

set the maximum cex for points

colA

color with the self loop

colB

color without the self loop

Value

invisible(NULL)