filter.obsname: Selection of visual meteor data by observer's first and last...

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

View source: R/filter.obsname.R

Description

Selects data for a given visual meteor dataset and specified observer's first and last name.

Usage

1
filter.obsname(data,fname,lname)

Arguments

data

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

fname

character string specifying observer's first name.

lname

character string specifying observer's last name.

Value

filter.obsname returns data frame with the same number of columns as the argument data, containing values which correspond to the observer with specified first and last name.

Note

Argument data has to consist of the columns named "First.Name" and "Last.Name".

Author(s)

Kristina Veljkovic

See Also

filter

Examples

1
2
3
## select 2015 rate and magnitude data of observer Javor Kac
filter.obsname(rate2015,fname="Javor",lname="Kac")
filter.obsname(magn2015,fname="Javor",lname="Kac")

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