powered by
Selects data for a given visual meteor dataset and specified country.
filter.country(data,country)
data frame consisting of visual meteor data (rate or magnitude data).
character string specifying the name of the observing country.
filter.country returns data frame with the same number of columns as argument data, containing observations corresponding to the specified country.
filter.country
data
filter
# NOT RUN { ## select 2015 rate and magnitude data from Serbia filter.country(rate2015,country="Serbia") filter.country(magn2015,country="Serbia") # }
Run the code above in your browser using DataLab