Skip to content

stepsize is unreasonable in some cases #2

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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