subtime: Function for sub setting a specific hour or range of times

Description Usage Arguments Value Author(s)

Description

Function for sub setting a specific hour or range of times

Usage

1

Arguments

d

The processed iButton data frame.

time

The hour (e.g. "11" or "14") or time range (e.g. c("11:30", "11:45")) one wishes to subset. Note that time should be given in a 24 hr clock. Time range is structured as a character string vector consisting of the lower time followed by the upper time limits as: c(lower time, upper time). When sub setting only a single hour period, simply just use the hour one is interested in sub setting.

Value

A data.frame consisting of the sub temperature and humidity values that are subset by the hour or time range of interest.

Author(s)

Daniel Noble - daniel.noble@unsw.edu.au


daniel1noble/ibutt documentation built on May 14, 2019, 3:40 p.m.