ffi_normalize_time {fluxfinder}R Documentation

Normalize a vector of times

Description

Normalize a vector of times

Usage

ffi_normalize_time(time, normalize = TRUE)

Arguments

time

A vector of time values, either POSIXct or numeric

normalize

Normalize the values so that first is zero? Logical

Value

A numeric vector of normalized values (if normalize_time is TRUE) or the original vector if not.


[Package fluxfinder version 1.0.0 Index]