I am trying to write a function to produce a graph and I am trying to specify multiple columns as a input for the functions, I am really new to R so have found myself stuck and unsure on where to get some help.
There are 75 column with data half of which have data from one scenario and half have data from another and I am trying to include both "sets of columns" in the function
I have tried this as the input for my function but did not seem to work
<- function(Data_frame_2,Data_frame_2$V5:v40,Data_frame_2$v41:v80)