Description Usage Arguments Value Note Author(s) See Also Examples
View source: R/filter.country.R
Selects data for a given visual meteor dataset and specified country.
1 | filter.country(data,country)
|
data |
data frame consisting of visual meteor data (rate or magnitude data). |
country |
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.
Argument data has to consist of the column named "Country".
Kristina Veljkovic
1 2 3 4 | ## select 2015 rate and magnitude data from Serbia
filter.country(rate2015,country="Serbia")
filter.country(magn2015,country="Serbia")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.