rm_inactive: Remove Inactive Individuals

View source: R/rm_inactive.R

rm_inactiveR Documentation

Remove Inactive Individuals

Description

Remove Inactive Individuals

Usage

rm_inactive(df,inactivity_period = "1 day", sampling_rate = "1 hour")

Arguments

df

a data.frame where the first column is a datetime object.

inactivity_period

a string indicating what will be considered the period of inactivity necessary to be removed. Default = "1 day".

sampling_rate

a string indicating the sampling rate of the data. Default = "1 hour".


edpclau/circadian-dynamics documentation built on July 1, 2024, 2:33 a.m.