Displaying 1 result from an estimated 1 matches for "paatable".
Did you mean:
palatable
2010 Apr 11
1
formatting data???
I am just learning and only know the bare basics of R.
The data looks like this:
Year Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1973 2.785 2.723 2.673 2.631 2.68 2.82 3.155 3.316 3.349 3.203 3.037 2.9451974 2.853 2.777 2.729 2.671 2.76 3.045 3.271 3.496 3.557 3.609 3.622 3.9861975....
and in a nut-shell, I need it to look like this:
1973.1 2.7851973.2 2.7231973.3 2.631
etc...
and I have