Skip to content

stepsize is unreasonable in some cases #2

@lsteinmann

Description

@lsteinmann

In order to keep the data comparable, the interval (expressed as the stepsize-variable in the R-package) is chosen globally for all objects. There is currently no mode for resolving conflicts arising by misaligned dates, as e.g. a sequence from 3 to 26 would only yield one ‘step’ at 3, since 3+25 exceeds the range of the objects dating, as I am using seq().
Can I fix this somehow?

Options/Ideas:

  • assigning at least three steps, one for min, one for max, and one for mean; then filling the gaps with the stepsize interval if possible?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions