Skip to content

Add functions to handle and detect non-integer timestep data #136

@ha0ye

Description

@ha0ye

(subgoal of #96; address weecology/MATSS-LDATS#13)

How about adding the following two functions:

  • get_integer_times <- function(data) {...} # returns an integer vector of times
  • make_integer_times <- function(data) {...} # returns a modified version of the dataset with integer times

This lets analyses use the integer times if need be, and also process all the datasets, so that they're saved for post-analysis-processing, too.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions