filter.country: Selection of visual meteor data by country

Description Usage Arguments Value Note Author(s) See Also Examples

View source: R/filter.country.R

Description

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

Usage

1

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.

Note

Argument data has to consist of the column named "Country".

Author(s)

Kristina Veljkovic

See Also

filter

Examples

1
2
3
4
## select 2015 rate and magnitude data from Serbia
filter.country(rate2015,country="Serbia")

filter.country(magn2015,country="Serbia")

MetFns documentation built on May 1, 2019, 6:28 p.m.