Created
May 27, 2024 14:06
-
-
Save ATpoint/b58e08096c5371713c247ab9eaa6c3bf to your computer and use it in GitHub Desktop.
arrows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
geom_segment(data=metadata(sce)$grid.df, | |
mapping=aes(x=start.1, y=start.2, xend=end.1, yend=end.2), | |
size=1, | |
arrow=arrow(length=unit(0.1, "inches"), type="closed"), inherit.aes = FALSE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment