filter.sol: Selection of visual meteor data by solar longitude

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

View source: R/filter.sol.R

Description

Selects data for a given visual meteor dataset and specified interval of solar longitudes.

Usage

1
filter.sol(data,sol.low,sol.up)

Arguments

data

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

sol.low

numeric vector specifying lower boundary of solar longitude in degrees.

sol.up

numeric vector specifying upper boundary of solar longitude in degrees.

Details

The function filter.sol selects data with solar longitudes bounded by sol.low and sol.up. In selection of the data, solar longitude corresponding to the middle of the observing time period is used.

Value

filter.sol returns data frame with the same number of columns as the argument data, containing observations with solar longitudes between sol.low and sol.up.

Note

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

Author(s)

Kristina Veljkovic

See Also

filter,solar.long

Examples

1
2
3
## select 2015 rate and magnitude data with solar longitudes between 191 and 222 degrees
filter.sol(rate2015,sol.low=191,sol.up=222)
filter.sol(magn2015,sol.low=191,sol.up=222)

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