Add ggplot hamlet drawing annotation with adjustable line width for line elements of drawing.
1 2 3 4 5 6 7 8 9 | 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.