Skip to contents

Plot point sets for a bq model

Plot point sets for a bq model

Usage

plot_points_bq(
  b,
  q,
  wts_b = 1,
  wts_q = 1,
  cx_b = 1,
  cx_q = 1,
  clr_b = "#fe5f55CC",
  clr_q = "skyblue",
  pw = 1,
  mtl = ""
)

plot_points_bq(
  b,
  q,
  wts_b = 1,
  wts_q = 1,
  cx_b = 1,
  cx_q = 1,
  clr_b = "#fe5f55CC",
  clr_q = "skyblue",
  pw = 1,
  mtl = ""
)

Arguments

b

a point set defining blood feeding sites

q

a point set defining egg laying sites

wts_b

values to scale the point size for points in b

wts_q

values to scale the point size for points in q

cx_b

set the maximum cex for b points

cx_q

set the maximum cex for q points

clr_b

the color for b points

clr_q

the color for q points

pw

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

mtl

a plot title

Value

invisible(NULL)

invisible(NULL)