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