Skip to content
Snippets Groups Projects
Commit bb785aec authored by sanchezi's avatar sanchezi
Browse files

MaJ issue #5: amelioration explication dateNum dans les data

parent 67cfeeb4
No related branches found
No related tags found
No related merge requests found
Pipeline #59311 passed
...@@ -7,7 +7,9 @@ ...@@ -7,7 +7,9 @@
#' \item{Date}{Date of weighing yyyy-mm-dd} #' \item{Date}{Date of weighing yyyy-mm-dd}
#' \item{IDE}{id of the animal} #' \item{IDE}{id of the animal}
#' \item{Day}{Date of weighing with day and time yyyy-mm-dd hh:mm:ss} #' \item{Day}{Date of weighing with day and time yyyy-mm-dd hh:mm:ss}
#' \item{dateNum}{Day expressed in numeric (portion of a day)} #' \item{dateNum}{a rescaled date - fraction of the whole observational time
#' for one individual.
#' \eqn{dateNum=(Heure - min(Heure))/86400 + (Date - min(Date))/86400}}
#' } #' }
"spring1" "spring1"
...@@ -20,7 +22,9 @@ ...@@ -20,7 +22,9 @@
#' \item{Date}{Date of weighing yyyy-mm-dd} #' \item{Date}{Date of weighing yyyy-mm-dd}
#' \item{IDE}{id of the animal} #' \item{IDE}{id of the animal}
#' \item{Day}{Date of weighing with day and time yyyy-mm-dd hh:mm:ss} #' \item{Day}{Date of weighing with day and time yyyy-mm-dd hh:mm:ss}
#' \item{dateNum}{Day expressed in numeric (portion of a day)} #' \item{dateNum}{a rescaled date - fraction of the whole observational time
#' for one individual.
#' \eqn{dateNum=(Heure - min(Heure))/86400 + (Date - min(Date))/86400}}
#' } #' }
"merinos1" "merinos1"
...@@ -34,7 +38,9 @@ ...@@ -34,7 +38,9 @@
#' \item{Date}{Date of weighing yyyy-mm-dd} #' \item{Date}{Date of weighing yyyy-mm-dd}
#' \item{IDE}{id of the animal} #' \item{IDE}{id of the animal}
#' \item{Day}{Date of weighing with day and time yyyy-mm-dd hh:mm:ss} #' \item{Day}{Date of weighing with day and time yyyy-mm-dd hh:mm:ss}
#' \item{dateNum}{Day expressed in numeric (portion of a day)} #' \item{dateNum}{a rescaled date - fraction of the whole observational time
#' for one individual.
#' \eqn{dateNum=(Heure - min(Heure))/86400 + (Date - min(Date))/86400}}
#' } #' }
"merinos2" "merinos2"
...@@ -47,6 +53,8 @@ ...@@ -47,6 +53,8 @@
#' \item{Date}{Date of weighing yyyy-mm-dd} #' \item{Date}{Date of weighing yyyy-mm-dd}
#' \item{IDE}{id of the animal} #' \item{IDE}{id of the animal}
#' \item{Day}{Date of weighing with day and time yyyy-mm-dd hh:mm:ss} #' \item{Day}{Date of weighing with day and time yyyy-mm-dd hh:mm:ss}
#' \item{dateNum}{Day expressed in numeric (portion of a day)} #' \item{dateNum}{a rescaled date - fraction of the whole observational time
#' for one individual.
#' \eqn{dateNum=(Heure - min(Heure))/86400 + (Date - min(Date))/86400}}
#' } #' }
"lambs" "lambs"
...@@ -11,7 +11,9 @@ a data.frame ...@@ -11,7 +11,9 @@ a data.frame
\item{Date}{Date of weighing yyyy-mm-dd} \item{Date}{Date of weighing yyyy-mm-dd}
\item{IDE}{id of the animal} \item{IDE}{id of the animal}
\item{Day}{Date of weighing with day and time yyyy-mm-dd hh:mm:ss} \item{Day}{Date of weighing with day and time yyyy-mm-dd hh:mm:ss}
\item{dateNum}{Day expressed in numeric (portion of a day)} \item{dateNum}{a rescaled date - fraction of the whole observational time
for one individual.
\eqn{dateNum=(Heure - min(Heure))/86400 + (Date - min(Date))/86400}}
} }
} }
\usage{ \usage{
......
...@@ -11,7 +11,9 @@ a data.frame ...@@ -11,7 +11,9 @@ a data.frame
\item{Date}{Date of weighing yyyy-mm-dd} \item{Date}{Date of weighing yyyy-mm-dd}
\item{IDE}{id of the animal} \item{IDE}{id of the animal}
\item{Day}{Date of weighing with day and time yyyy-mm-dd hh:mm:ss} \item{Day}{Date of weighing with day and time yyyy-mm-dd hh:mm:ss}
\item{dateNum}{Day expressed in numeric (portion of a day)} \item{dateNum}{a rescaled date - fraction of the whole observational time
for one individual.
\eqn{dateNum=(Heure - min(Heure))/86400 + (Date - min(Date))/86400}}
} }
} }
\usage{ \usage{
......
...@@ -12,7 +12,9 @@ a data.frame ...@@ -12,7 +12,9 @@ a data.frame
\item{Date}{Date of weighing yyyy-mm-dd} \item{Date}{Date of weighing yyyy-mm-dd}
\item{IDE}{id of the animal} \item{IDE}{id of the animal}
\item{Day}{Date of weighing with day and time yyyy-mm-dd hh:mm:ss} \item{Day}{Date of weighing with day and time yyyy-mm-dd hh:mm:ss}
\item{dateNum}{Day expressed in numeric (portion of a day)} \item{dateNum}{a rescaled date - fraction of the whole observational time
for one individual.
\eqn{dateNum=(Heure - min(Heure))/86400 + (Date - min(Date))/86400}}
} }
} }
\usage{ \usage{
......
...@@ -11,7 +11,9 @@ a data.frame ...@@ -11,7 +11,9 @@ a data.frame
\item{Date}{Date of weighing yyyy-mm-dd} \item{Date}{Date of weighing yyyy-mm-dd}
\item{IDE}{id of the animal} \item{IDE}{id of the animal}
\item{Day}{Date of weighing with day and time yyyy-mm-dd hh:mm:ss} \item{Day}{Date of weighing with day and time yyyy-mm-dd hh:mm:ss}
\item{dateNum}{Day expressed in numeric (portion of a day)} \item{dateNum}{a rescaled date - fraction of the whole observational time
for one individual.
\eqn{dateNum=(Heure - min(Heure))/86400 + (Date - min(Date))/86400}}
} }
} }
\usage{ \usage{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment