Learn R Programming

MetFns (version 3.2.2)

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.

See Also

filter,filter.country

Examples

Run this code
# NOT RUN {
## select 2015 rate and magnitude data from Debelo Brdo site
filter.site(rate2015,site="Debelo Brdo")
filter.site(magn2015,site="Debelo Brdo")
# }

Run the code above in your browser using DataLab