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

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

View source: R/filter.shw.R

Description

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

Usage

1

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.

Details

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

Value

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

Note

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

Author(s)

Kristina Veljkovic

See Also

filter

Examples

1
2
3
## select rate and magnitude data for 2015 Geminids
filter.shw(rate2015,shw="GEM")
filter.shw(magn2015,shw="GEM")

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