Please ignore the following arguments: yval
, xval
,
group1
, group2
1 2 3 4 5 6 7 8 9 10 11 12 | sagittae(
plot_df,
aes_param,
band_ratio = 5,
length_ratio = 1,
nudge_x = 0.1,
nudge_y = 1,
yval = "yval",
xval = "emean",
group1 = "cluster",
group2 = "compare_group"
)
|
band_ratio |
how much thicker the arrow should be compared to the
|
length_ratio |
the ratio of the arrow versus the maximum value along the x axis |
nudge_x |
by how much the labels for the arrow to shift away from the arrow head. |
nudge_y |
by how much the arrow and its labels to shift vertically up from the maximum value along the y axis |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.