File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
source(" ./functions.R" )
3
3
data <- read_data()
4
4
5
- # for the source code please look at fuctions .R
5
+ # for the source code please look at functions .R
6
6
drawPlot1(data , saveAsPng = TRUE )
Original file line number Diff line number Diff line change 2
2
source(" ./functions.R" )
3
3
data <- read_data()
4
4
5
- # for the source code please look at fuctions .R
5
+ # for the source code please look at functions .R
6
6
drawPlot2(data , saveAsPng = TRUE )
Original file line number Diff line number Diff line change 2
2
source(" ./functions.R" )
3
3
data <- read_data()
4
4
5
- # for the source code please look at fuctions .R
5
+ # for the source code please look at functions .R
6
6
drawPlot3(data , saveAsPng = TRUE )
Original file line number Diff line number Diff line change 2
2
source(" ./functions.R" )
3
3
data <- read_data()
4
4
5
- # for the source code please look at fuctions .R
5
+ # for the source code please look at functions .R
6
6
drawPlot4(data , saveAsPng = TRUE )
7
7
You can’t perform that action at this time.
0 commit comments