## select visual meteor data for 2005. with solar longitudes between 200 and 215 degrees
## rate data for the year 2005
require(astroFns)
data(rate05)
filter.sol(rate05,sol.low=200,sol.up=215)
## magnitude data for the year 2005
data(magn05)
filter.sol(magn05,sol.low=200,sol.up=215)Run the code above in your browser using DataLab