DarianFlorianVoda / BioShapes

Bachelor Thesis R Package
0 stars 0 forks source link

Double-Lined ArrowHead #4

Open discoleo opened 2 years ago

discoleo commented 2 years ago

The Double-Lined Arrowhead can now be easily composed using 2 helper functions:

DarianFlorianVoda commented 2 years ago

Particularly solved for the following input:


plot.base()
x = c(0, 6); y = c(1, 6);
arrowDH(x, y, d=-0.2, lwd=2);
DarianFlorianVoda commented 2 years ago

Plot view: image