Displaying 1 result from an estimated 1 matches for "d_tmp".
Did you mean:
__tmp
2012 Jan 13
1
apply transformation
Hello All,
I have the following dataset:
Year 2006 2007
Jan Jan 0.0204 0.0065
Feb Feb 0.0145 0.0082
Mar Mar 0.0027 0.0122
> dput(d_tmp)
structure(list(Year = c("Jan", "Feb", "Mar"), `2006` = c(0.0204,
0.0145, 0.0027), `2007` = c(0.0065, 0.0082, 0.0122)), .Names =
c("Year",
"2006", "2007"), row.names = c("Jan", "Feb", "Mar"), class =
"dat...