Plot hamlet drawing with adjustable line width for line elements of drawing.
plot_fish2( name, x = 0, y = 3, height = 4, width = 4, lwd = 0.15, line_color = "black" )
| name | string, species name |
|---|---|
| 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 |