R
Ruwan Budha
Hi All,
I am struggling to do following and would someone could be help.
Following are my data
time1 = [ 1, 1.25, 3, 5]
y1 = [2.7, 3, 5, 10]
time2 = [ 0, 2, 5, 6, 7, 8, 9]
y2 = [10, 1, 3, 5, 6, 7, 12]
I want to graph y against a time line,
but issue is time1 0 position is not the same as time2 0 position in the
label hash.
Could someone please help me to figure out how to graph this?
Thanks
I am struggling to do following and would someone could be help.
Following are my data
time1 = [ 1, 1.25, 3, 5]
y1 = [2.7, 3, 5, 10]
time2 = [ 0, 2, 5, 6, 7, 8, 9]
y2 = [10, 1, 3, 5, 6, 7, 12]
I want to graph y against a time line,
but issue is time1 0 position is not the same as time2 0 position in the
label hash.
Could someone please help me to figure out how to graph this?
Thanks