Skip to content

Instantly share code, notes, and snippets.

@henriquepgomide
Created September 21, 2019 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henriquepgomide/d8efd14716e45c5c568cf0097c294fac to your computer and use it in GitHub Desktop.
Save henriquepgomide/d8efd14716e45c5c568cf0097c294fac to your computer and use it in GitHub Desktop.
r
# Plotar scatter
ggscatter(mds,
x = "Dim.1",
y = "Dim.2",
label = cartola$player_nickname,
color = "cluster",
palette = "lancet",
font.label = c(7, "plain", "black"),
size = 1,
ellipse = TRUE,
ellipse.type = "convex",
repel = TRUE) +
theme(legend.position = "none")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment