Skip to content

jcrodriguez1989/theplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages