Deben Oldert 9 년 전
부모
커밋
9df09dd85f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Project/main.R

+ 2 - 2
Project/main.R

@@ -1,4 +1,4 @@
-# (c) Deben Oldert
+# (c) Deben Oldert, Rens Zuurbier
 # Checks the difference between multiple movie rating from different websites
 
 # Load libraries
@@ -344,7 +344,7 @@ barplot(
   as.matrix(mrx5),
   beside = TRUE,
   col = color,
-  ylim = c(0, 10),
+  ylim = c(0, y),
   names.arg = c("", "", "", "", ""),
   main = "How much differce the top 5 of Netflix with other providers?",
   ylab = "Score"