Add ggplot hamlet drawing annotation with adjustable line width for line elements of drawing.
plot_fish_lwd( short, x = 0, y = 3, height = 5, width = 5, lwd = 0.15, line_color = "transparent" )
| short | string, three letter species name abbreviation |
|---|---|
| x | numeric, horizontal center of hamlet image |
| y | numeric, vertical center of hamlet image |
| height | numeric, height of hamlet image |
| width | numeric, width of hamlet image |
| lwd | numeric, line width of hamlet drawing line elements |
| line_color | string, color code, color of hamlet drawing line elements |