Hi R user,
I was trying to put four figures in a row, in which value of Y axis are similar
but different in X axis. Therefore I wanted to put four figures in row.
To remove y axis for second, thrid and forth figures, I used [yaxt="n"]. But, I
saw that tick mark of Y was found to be missing. I d
On 09/09/2013 12:55 PM, Kristi Glover wrote:
Hi R user,
I was trying to put four figures in a row, in which value of Y axis are similar
but different in X axis. Therefore I wanted to put four figures in row.
To remove y axis for second, thrid and forth figures, I used [yaxt="n"]. But, I
saw th
Thank you for trying to improve your question, but it's still
impossible to help: the problem is almost certainly in this block of
code:
plotting##
year <- 2005:2008
month<- ("jan","Feb","March","".."Dec")
for ( y in year)
for (m in month)
here I use Sp plot
I have two different datasets
1) is in monthly format (obs)
2) yearly format (model)
in obs I have 84 files ( 2003:2009)for different months & in model I have 4
different files which has yearly data (2005:2008)
So for calculating my requirement I need these both data sets.
The sample calculati
4 matches
Mail list logo