Learn R Programming

MetFns (version 3.2.2)

filter.shw: Selection of visual meteor data by shower code

Description

Selects data for a given visual meteor dataset and specified shower code.

Usage

filter.shw(data,shw)

Arguments

data

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

shw

character string consisting of three capital letters which represent meteor shower code.

Value

filter.shw returns data frame containing observations which correspond to specified meteor shower.

Details

List of meteor shower codes can be found in the dataframe shw_list. Code "SPO" represents sporadic showers.

See Also

filter

Examples

Run this code
# NOT RUN {
## select rate and magnitude data for 2015 Geminids
filter.shw(rate2015,shw="GEM")
filter.shw(magn2015,shw="GEM")
# }

Run the code above in your browser using DataLab