Displaying 2 results from an estimated 2 matches for "cyear_decimal".
2013 Mar 29
1
multiple plots and looping assistance requested (single plot)
...g assistance requested (single plot)
>
>HI Irucka,
>No problem. Thanks for the dput(data), but it seems like the data is not read correctly. It still has comma
>as separator.
>
>str(temp)
>List of 5
> $ 02143500,,:'data.frame': 17 obs. of 1 variable:
> ..$ CYEAR_Decimal.load_00600_W.load_00600_F: Factor w/ 17 levels ",,","2000.875,,4202.7437226",..: 2
>3 4 5 6 7 8 9 10 11 ...
> $ 02169000,,:'data.frame': 17 obs. of 1 variable:
> ..$ CYEAR_Decimal.load_00600_W.load_00600_F: Factor w/ 17 levels ",,","2000.875...
2013 Mar 07
5
multiple plots and looping assistance requested (revised codes)
Hi Irucka,
I tried it and was able to plot it without any errors.? Here, your code indicates you need two lines. temper[[i]][1]
?temper[[1]][1] # which is the column 1.
? Month
1???? 1
2???? 2
3???? 3
?temper[[1]][2]
#? Data1
#1?? 1.5
#2? 12.3
#3? 11.4
Suppose I use names(temper) instead of seq_along(temper)
pdf("irucka.pdf")
?lapply(names(temper),function(i)