Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
factorialRegression
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Biometris
articles
factorialRegression
Commits
c994874e
Commit
c994874e
authored
1 year ago
by
Boer, Martin
Browse files
Options
Downloads
Patches
Plain Diff
added csv file with results
parent
e1966107
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
raw_data_APSIM/Daniela_script.R
+3
-0
3 additions, 0 deletions
raw_data_APSIM/Daniela_script.R
raw_data_APSIM/yield_248ENV.csv
+49344
-0
49344 additions, 0 deletions
raw_data_APSIM/yield_248ENV.csv
with
49347 additions
and
0 deletions
raw_data_APSIM/Daniela_script.R
+
3
−
0
View file @
c994874e
...
...
@@ -17,6 +17,9 @@ v1 <- v1 %>%
v1
<-
rbind
(
v0
,
v1
)
v1b
<-
subset
(
v1
,
zadok_stage
==
100
)
# write to csv file
write.csv
(
v1b
,
"yield_248ENV.csv"
,
quote
=
FALSE
,
row.names
=
FALSE
)
# just an example, to show the differences in yield
filter
(
v1b
,
Env
==
"Emerald_1983"
&
geno
==
"g041"
)
...
...
This diff is collapsed.
Click to expand it.
raw_data_APSIM/yield_248ENV.csv
0 → 100644
+
49344
−
0
View file @
c994874e
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