Learn R Programming

MetFns (version 3.2.2)

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

Description

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

Usage

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.

See Also

filter

Examples

Run this code
# NOT RUN {
## select 2015 rate and magnitude data of observer Javor Kac
filter.obsname(rate2015,fname="Javor",lname="Kac")
filter.obsname(magn2015,fname="Javor",lname="Kac")
# }

Run the code above in your browser using DataLab