https://github.com/aariq/li6400-data-wrangling
the LI6400 portable photosynthesis meter exports data as a series of poorly formatted .xls files. If you've used "add remark" to indicate sample ID, these are shown as rows, not a separate column. This script extracts relevant data, and moves the sample ID information from remarks into a column.
https://github.com/aariq/li6400-data-wrangling
data-wrangling li-cor photosynthesis
Last synced: 3 months ago
JSON representation
the LI6400 portable photosynthesis meter exports data as a series of poorly formatted .xls files. If you've used "add remark" to indicate sample ID, these are shown as rows, not a separate column. This script extracts relevant data, and moves the sample ID information from remarks into a column.
- Host: GitHub
- URL: https://github.com/aariq/li6400-data-wrangling
- Owner: Aariq
- Created: 2017-08-23T21:16:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T13:31:30.000Z (almost 6 years ago)
- Last Synced: 2025-01-16T01:43:56.824Z (5 months ago)
- Topics: data-wrangling, li-cor, photosynthesis
- Language: R
- Homepage:
- Size: 1.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# li6400-data-wrangling
the LI6400 portable photosynthesis meter exports data as a series of poorly formatted .xls files. If you've used "add remark" to indicate sample ID, these are shown as rows, not a separate column. This script extracts relevant data, and moves the sample ID information from remarks into a column.In this example, I've recorded photosynthesis measurements from several plots, several plants within a plot and three leaves per plant. For each leaf, I recorded three measurements. Each time I switched leaves, I added a remark that indicated plot with a letter, plant ID with a number, and leaf with "a", "b", or "c". The output is in multiple files since I had to unplug the LI6400 and move it between plots.
The .R file is an old version where I attempted to make a generic portable script that would work for everyone. I abandoned that idea since not everyone uses the remarks on the LI6400 the same way. Instead I've provided sample data and worked through it in the .Rmd file.