Skip to content

Instantly share code, notes, and snippets.

@ATpoint
Created May 27, 2024 14:06
Show Gist options
  • Save ATpoint/b58e08096c5371713c247ab9eaa6c3bf to your computer and use it in GitHub Desktop.
Save ATpoint/b58e08096c5371713c247ab9eaa6c3bf to your computer and use it in GitHub Desktop.
arrows
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