Giter Site home page Giter Site logo

gfs3000import's Introduction

Build Status

GFS3000Import

R package to import files generated by the WALZ GFS3000 photosynthesis system.

For documentation see the online help:

help(package = "GFS3000Import")

Installation:

devtools::install_github("MarkusLoew/GFS3000Import")

Acknowledgement

The development of this package was supported by ARC grant LP130101183.

ImportGFS

GFS3000 imports zero points and measurement points as separate data frames and the units of the measured parameters as a vector. The "import" argument can be set to either "all", for everything, or "MP", for measurement points only. For the import of chart trace files (created by exporting from the graph screen in the GFS3000 control software), use "trace". "Default is "all".

It returns list containing three data frames:

  • "ZP" for Zeropoints, i.e. the calibration data,
  • "MP" for the measurement points, i.e. the hopefully meaningful data, and
  • "Units" with a vector of the units to accompany the data.

Or, if the "import" argument is set to "MP", just a dataframe with the measurement points MP. Depends on the value for "import".

Examples:

  • ImportGFS("light_response/2019-01-16_Pyc_1.csv", load = "none")

  • ImportGFS("light_response/2019-01-16_Pyc_1.csv", load = "all")

  • ImportGFS("light_response/2019-01-16_Pyc_1.csv", load = "MP")

  • ImportGFS("2019-01-22_A_pyc_1_chart.csv", load = "trace")

recalcGFS

Recalculates gas exchange parameters based on a new leaf area. Equations from the GFS3000 manual are used. Rounding errors and deviations occur compared to recalculating data with the original GFS3000 software. Use with care. Equations from manual are included in the source code.

gfs3000import's People

Contributors

markusloew avatar

Watchers

 avatar  avatar

Forkers

williamwzt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.