Skip to contents

Visualize lifetime transmission from a site, per mosquito

Usage

plot_dispersal_V(
  model,
  max_pt_sz_b = 0.7,
  max_pt_sz_q = 2,
  min_edge_frac = 0.01,
  r = 0.01,
  arw_lng = 0.05,
  lwd = 2,
  lamp = 1,
  arw_clr = "darkolivegreen4",
  seg_clr = "orangered3"
)

Arguments

model

a compound [list] defining a model

max_pt_sz_b

the maximum cex for blood feeding sites

max_pt_sz_q

the maximum cex for egg laying sites

min_edge_frac

the fraction of the mass to plot

r

the radius of a ring around destination points

arw_lng

the arrow length

lwd

scale the line width

lamp

arrow width scaling factor

arw_clr

the color to draw the arrow (asymetric part)

seg_clr

the color to draw the segment (symmetric part)

Value

invisible(NULL)