-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Miic v2 (tmiic) #131
Miic v2 (tmiic) #131
Conversation
# - input_data: a dataframe with the time steps in the 1st column | ||
# A new trajectory is identified when time step < previous time step | ||
# - check: optional, default=T. Emit warnings when: | ||
# * there is a gap between 2 consecutive time steps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EN (OD)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explain more please
#' time series/time steps as rows. | ||
#' The time step information must be supplied in the first column and, | ||
#' for each time series, be consecutive and in ascending order (increment of 1). | ||
#' Multiple trajectories can be provided, the function will consider that a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EN (OD) (missing *as)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explain more please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No comment more than orianne
tMIIC version including review feedbacks and more