Skip to content

Latest commit

History

History
31 lines (23 loc) 路 1.26 KB

README.md

File metadata and controls

31 lines (23 loc) 路 1.26 KB

The plot

The dress attacks again! #whiteandgold #blueandblack #dressgate but now in R plots! 馃槺

The dress

Just follow the code below and reveal in which team of #theplot are you #redblack or #pinkblack ?

Welcome to the misterious #plotgate !!

# Read plot data from a csv file.
plot_data <- read.csv(
  "https://raw.githubusercontent.com/jcrodriguez1989/theplot/master/Data/the_dress.csv"
)

# Plot a bi-dimensional colored plot.
with(plot_data, plot(
  x, y,
  col = col, type = "p", pch = 15,
  main = "The plot:\nRed/black or pink/black?"
))
Red/black Pink/black
The plot The same plot