Skip to contents

Plot point sets for a model for a BQS model

Usage

plot_points_bqs(
  b,
  q,
  s,
  bwts = 1,
  qwts = 1,
  swts = 1,
  pw = 1,
  max_pt_sz = 1,
  mtl = ""
)

Arguments

b

a point set defining blood feeding sites

q

a point set defining egg laying sites

s

a point set defining sugar feeding sites

bwts

values to scale the point size for points in b

qwts

values to scale the point size for points in q

swts

values to scale the point size for points in s

pw

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

max_pt_sz

set the maximum cex for points

mtl

a plot title

Value

invisible(NULL)