Add ggplot hamlet drawing annotation with adjustable line width for line elements of drawing.
hypo_anno_l_lwd( species, xmin = -Inf, xmax = Inf, ymin = -Inf, ymax = Inf, lwd = 0.15, line_color = "black" )
species | string, species name |
---|---|
xmin | numeric, left border of hamlet image |
xmax | numeric, right border of hamlet image |
ymin | numeric, lower border of hamlet image |
ymax | numeric, upper border of hamlet image |
lwd | numeric, line width of hamlet drawing line elements |
line_color | string, color code, color of hamlet drawing line elements |