Skip to content

Commit 0a63fdf

Browse files
author
Carlos E Hernández R
committed
update comments
1 parent 838136c commit 0a63fdf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

plot1.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
source("./functions.R")
33
data <- read_data()
44

5-
#for the source code please look at fuctions.R
5+
#for the source code please look at functions.R
66
drawPlot1(data, saveAsPng = TRUE)

plot2.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
source("./functions.R")
33
data <- read_data()
44

5-
#for the source code please look at fuctions.R
5+
#for the source code please look at functions.R
66
drawPlot2(data, saveAsPng = TRUE)

plot3.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
source("./functions.R")
33
data <- read_data()
44

5-
#for the source code please look at fuctions.R
5+
#for the source code please look at functions.R
66
drawPlot3(data, saveAsPng = TRUE)

plot4.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
source("./functions.R")
33
data <- read_data()
44

5-
#for the source code please look at fuctions.R
5+
#for the source code please look at functions.R
66
drawPlot4(data, saveAsPng = TRUE)
77

0 commit comments

Comments
 (0)