<div dir="ltr"><div><div>Dear NCL users<br><br></div>I need to draw the trend plot of a file which has the time from 1 to 184. The file has the 3 months data of 2015  (March-April-May) and same with 2016 year. So in the attached script, I used the code to calculate regression coeff. or trend but could not get the correct result (see the attached figure). <br><br> var1    = short2flt(a-&gt;frpfire) <br>  ts      = var1(latitude|:,longitude|:,time|:)   <br>  <br>  time        = ts&amp;time  <br>  rc           = regCoef(time,ts)   <br><br></div>So could you please let me the mistakes in the script?  <br><div><div><br> Rec :       Date  Time    Param        Level    Size    Miss :     Minimum        Mean     Maximum<br>     1 : 2015-03-01 00:00:00 -1               0  128700       0 :      0.0000  0.00038583     0.90799<br>     2 : 2015-03-02 00:00:00 -1               0  128700       0 :      0.0000  0.00041996      10.667<br>     3 : 2015-03-03 00:00:00 -1               0  128700       0 :      0.0000  0.00087247      18.458<br>     4 : 2015-03-04 00:00:00 -1               0  128700       0 :      0.0000  0.00049727      4.8686<br>     5 : 2015-03-05 00:00:00 -1               0  128700       0 :      0.0000  0.00040626      3.4830<br>     6 : 2015-03-06 00:00:00 -1               0  128700       0 :      0.0000  0.00061191      2.4734<br>     7 : 2015-03-07 00:00:00 -1               0  128700       0 :      0.0000  0.00056151      12.073<br>     8 : 2015-03-08 00:00:00 -1               0  128700       0 :      0.0000  0.00065962      2.3245<br>     9 : 2015-03-09 00:00:00 -1               0  128700       0 :      0.0000  0.00061865      6.2506<br><br><br>Regards<br clear="all"><div><div><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Kunal Bali<br></div><br><div><br></div><div><p style="margin:0px;border-collapse:collapse;font-family:Tahoma,Verdana;font-size:12px"><font color="#1F497D"><br></font></p></div></div></div></div></div></div>
</div></div></div></div></div>