midint: Calculation of the middle of time interval

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

View source: R/midint.R

Description

Calculates the middle of observing time interval for a given visual meteor dataset.

Usage

1

Arguments

data

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

Value

midint returns the middle of observing time interval, in "%Y-%m-%d %H:%M:%S" format, UTC timezone (object of POSIXct class).

Note

Argument data has to consist of the columns named "Start.Date" and "End.Date". These dates should be given in "%Y-%m-%d %H:%M:%S" format (UTC timezone).

Author(s)

Kristina Veljkovic

See Also

solar.long

Examples

1
2
3
4
## calculate middle of time interval for rate and magnitude data, year 2015
midint(rate2015)

midint(magn2015)

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