Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kfino
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Isabelle Sanchez
kfino
Commits
bb785aec
Commit
bb785aec
authored
2 years ago
by
sanchezi
Browse files
Options
Downloads
Patches
Plain Diff
MaJ issue
#5
: amelioration explication dateNum dans les data
parent
67cfeeb4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#59311
passed
2 years ago
Stage: build
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
R/data.R
+12
-4
12 additions, 4 deletions
R/data.R
man/lambs.Rd
+3
-1
3 additions, 1 deletion
man/lambs.Rd
man/merinos1.Rd
+3
-1
3 additions, 1 deletion
man/merinos1.Rd
man/merinos2.Rd
+3
-1
3 additions, 1 deletion
man/merinos2.Rd
man/spring1.Rd
+3
-1
3 additions, 1 deletion
man/spring1.Rd
with
24 additions
and
8 deletions
R/data.R
+
12
−
4
View file @
bb785aec
...
...
@@ -7,7 +7,9 @@
#' \item{Date}{Date of weighing yyyy-mm-dd}
#' \item{IDE}{id of the animal}
#' \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"
...
...
@@ -20,7 +22,9 @@
#' \item{Date}{Date of weighing yyyy-mm-dd}
#' \item{IDE}{id of the animal}
#' \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"
...
...
@@ -34,7 +38,9 @@
#' \item{Date}{Date of weighing yyyy-mm-dd}
#' \item{IDE}{id of the animal}
#' \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"
...
...
@@ -47,6 +53,8 @@
#' \item{Date}{Date of weighing yyyy-mm-dd}
#' \item{IDE}{id of the animal}
#' \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"
This diff is collapsed.
Click to expand it.
man/lambs.Rd
+
3
−
1
View file @
bb785aec
...
...
@@ -11,7 +11,9 @@ a data.frame
\item{Date}{Date of weighing yyyy-mm-dd}
\item{IDE}{id of the animal}
\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{
...
...
This diff is collapsed.
Click to expand it.
man/merinos1.Rd
+
3
−
1
View file @
bb785aec
...
...
@@ -11,7 +11,9 @@ a data.frame
\item{Date}{Date of weighing yyyy-mm-dd}
\item{IDE}{id of the animal}
\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{
...
...
This diff is collapsed.
Click to expand it.
man/merinos2.Rd
+
3
−
1
View file @
bb785aec
...
...
@@ -12,7 +12,9 @@ a data.frame
\item{Date}{Date of weighing yyyy-mm-dd}
\item{IDE}{id of the animal}
\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{
...
...
This diff is collapsed.
Click to expand it.
man/spring1.Rd
+
3
−
1
View file @
bb785aec
...
...
@@ -11,7 +11,9 @@ a data.frame
\item{Date}{Date of weighing yyyy-mm-dd}
\item{IDE}{id of the animal}
\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{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment