powered by
Selects data for a given visual meteor dataset and specified shower code.
filter.shw(data,shw)
data frame consisting of visual meteor data (rate or magnitude data).
character string consisting of three capital letters which represent meteor shower code.
filter.shw returns data frame containing observations which correspond to specified meteor shower.
filter.shw
List of meteor shower codes can be found in the dataframe shw_list. Code "SPO" represents sporadic showers.
shw_list
filter
# NOT RUN { ## select rate and magnitude data for 2015 Geminids filter.shw(rate2015,shw="GEM") filter.shw(magn2015,shw="GEM") # }
Run the code above in your browser using DataLab