## select visual meteor data for 13th August 2007, limiting magnitude between 5.5 and 6.5
## rate data for the year 2007
data(rate07)
rate1308<-filter.date(rate07,year=2007,month=8,day.beg=13)
filter.mag(rate1308,mag.low=5.5,mag.up=6.5)
## magnitude data for the year 2007
data(magn07)
magn1308<-filter.date(magn07,year=2007,month=8,day.beg=13)
filter.mag(magn1308,mag.low=5.5,mag.up=6.5)
## select visual meteor data for the 12th August 2007 and limiting magnitude above 5.5
filter.mag(rate1308,mag.low=5.5)
filter.mag(magn1308,mag.low=5.5)Run the code above in your browser using DataLab