filter.site: Selection of visual meteor data by observing site
Description
Selects data for a given visual meteor dataset and specified observing site.
Usage
filter.site(data,site)
Arguments
data
data frame consisting of visual meteor data (rate or magnitude data).
site
character string specifying name of the observing site.
Value
filter.site returns data frame with the same number of columns as the argument data,
containing observations which correspond to specified observing site.
# NOT RUN {## select 2015 rate and magnitude data from Debelo Brdo sitefilter.site(rate2015,site="Debelo Brdo")
filter.site(magn2015,site="Debelo Brdo")
# }