changeTime: change.Time

Description Usage Arguments Examples

Description

Will add to the time variable the amount of time specified using the hour, minute, and second variables.

Usage

1
  change.Time(time, hour=0, minute=0, second = 0)

Arguments

time A POSIXct variable that will be increased or decreased

hour An int with amount of hours you want to change time by

minute An int with amount of minutes you want to change time by

second An int with amount of seconds you want to change time by

Examples

1
2
3

sarotter/BigginsTime documentation built on May 29, 2019, 2 p.m.