Learn R Programming

MetFns (version 3.2.2)

midint: Calculation of the middle of time interval

Description

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

Usage

midint(data)

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).

See Also

solar.long

Examples

Run this code
# NOT RUN {
## calculate middle of time interval for rate and magnitude data, year 2015
midint(rate2015)

midint(magn2015)

# }

Run the code above in your browser using DataLab