I have a file txt
that every line is a sequence of data(numbers) separated with comma like
3,3,3,3,3,2,34,5
10,11,23,22,2,2,2,2,45,67
I need to read every line with R
as time series
and plot the result.
I have a file txt
that every line is a sequence of data(numbers) separated with comma like
3,3,3,3,3,2,34,5
10,11,23,22,2,2,2,2,45,67
I need to read every line with R
as time series
and plot the result.