zhr(data,year, month, day.beg,day.end,shw, r=NULL, Ralpha=NULL, Delta=NULL, k,c=1)radiant are used.
Day is divided in subintervals of k hours. For example, if k=12, subintervals are [0,12) and [12,24).
Zenithal hourly rate is calculated for each subinterval in the following manner: If middle of observing time
period belongs to the subinterval, corresponding data values are used in calculation of ZHR.zhr.graph,pop.index## select visual meteor data for observation of Orionids,period 20-24th October 2006,
## 12hrs time intervals, and calculate ZHR
data(rate06)
rateOri<-filter(rate06,shw="ORI",year=2006, month=10, day.beg=20,day.end=24)
zhr(rateOri,year=2006,month=10,day.beg=20,day.end=24,shw="ORI",r=2.5,k=12)Run the code above in your browser using DataLab