Skip to content
Snippets Groups Projects
Commit c994874e authored by Boer, Martin's avatar Boer, Martin
Browse files

added csv file with results

parent e1966107
Branches
Tags
No related merge requests found
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment