mag.distr: Summarized magnitude distribution

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

View source: R/mag.distr.r

Description

Table and graphical representation of summarized magnitude distribution for a given magnitude dataset, specified meteor shower and time period.

Usage

1
mag.distr(data,date.start,date.end,shw)

Arguments

data

data frame consisting of visual meteor magnitude data.

date.start

character vector or factor specifying start date, given in "%Y-%m-%d %H:%M:%S" format (UTC timezone).

date.end

character vector or factor specifying end date, given in "%Y-%m-%d %H:%M:%S" format (UTC timezone).

shw

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

Details

Summarized magnitude distribution is formed by summing magnitude frequencies of all observing time intervals.

Value

Table and plot of summarized magnitude distribution consisting of histogram and boxplot.

The histogram cells are intervals of length 1, with midpoints at magnitudes -6 to +7.

Author(s)

Kristina Veljkovic

See Also

pop.index

Examples

1
2
3
## select 2015 magnitude data for observations of Orionids during the period 10-25th October
## and make graphics of magnitude distribution
mag.distr(magn2015,date.start="2015-10-10",date.end="2015-10-25", shw="ORI")

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