Skip to content

Instantly share code, notes, and snippets.

@pnsinha
Created April 20, 2021 18:10
Show Gist options
  • Select an option

  • Save pnsinha/34e7174df716c5707cdda2e508c9fbb1 to your computer and use it in GitHub Desktop.

Select an option

Save pnsinha/34e7174df716c5707cdda2e508c9fbb1 to your computer and use it in GitHub Desktop.
pointpattern
ggplot() +
geom_point(data = PointPatterns, aes(x = x, y = y)) + facet_grid(.~ Pattern) +
coord_fixed()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment