UTC: Calculate the time in UTC for each timestep of the MCSs

View source: R/time_UTC.R

UTCR Documentation

Calculate the time in UTC for each timestep of the MCSs

Description

Calculate the time in UTC for each timestep of the MCSs

Usage

UTC(YEAR, MONTH, DAY, HOUR, TIME)

Arguments

YEAR

String. Year field name.

MONTH

String. Month field name.

DAY

String. Day field name.

HOUR

String. Hour of genesis field name.

TIME

String. TIME counter lifespan field. E.g.: 0, 0.5, 1.0, 1.5.

Value

data.frame

Examples

## Not run: 
dt$timeUTC <- UTC(YEAR = dt$YEAR,
                  MONTH = dt$MONTH,
                  DAY = dt$DAY,
                  HOUR = dt$HOUR,
                  TIME = dt$TIME)

## End(Not run)

salvatirehbein/percolator documentation built on June 3, 2024, 7:16 a.m.