Learn R Programming

MetFns (version 3.2.2)

filter.country: Selection of visual meteor data by country

Description

Selects data for a given visual meteor dataset and specified country.

Usage

filter.country(data,country)

Arguments

data

data frame consisting of visual meteor data (rate or magnitude data).

country

character string specifying the name of the observing country.

Value

filter.country returns data frame with the same number of columns as argument data, containing observations corresponding to the specified country.

See Also

filter

Examples

Run this code
# 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