Skip to content

Instantly share code, notes, and snippets.

@bhive01
Last active March 16, 2017 18:59
Show Gist options
  • Select an option

  • Save bhive01/c1d605efb5368e7dbbe1a3d294052530 to your computer and use it in GitHub Desktop.

Select an option

Save bhive01/c1d605efb5368e7dbbe1a3d294052530 to your computer and use it in GitHub Desktop.
library(tibble)
shapes <-
tibble(
pch = c(1:20),
shape_name = c(
"circle",
"triangle",
"cross",
"x",
"diamond",
"triangleinvert",
"xsquare",
"asterisk",
"crossdiamond",
"crosscircle",
"star",
"crosssquare",
"xcircle",
"trianglesquare",
"squarefill",
"circlefill",
"trianglefill",
"diamondfill",
"circlefill1",
"circlefill2"
)
)
@atyre2

atyre2 commented Mar 16, 2017

Copy link
Copy Markdown

Maybe the "fill" ones should be "fillsquare" etc?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment