ss_fop: Attempt to work up Fo' data

View source: R/ss_fop.R

ss_fopR Documentation

Attempt to work up Fo' data

Description

Given a list of PS2 data, generate Fm', fs, phi2, and fo' Assumes a lot about the shape of your curve.

Usage

ss_fop(ps2_data, graph = F, fsend = 100, flashstartpoint = 101,
  flashendpoint = 190, terminalpts = NULL, lightterminal = NULL)

Arguments

ps2_data

A list of PS2 traces

graph

Boolean. Reconstitutes a graph with chosen points as lines. Default F. Used to check the accuracy of the program.

fsend

Integer. The last data point to be considered "Fs." Default 100

flashstartpoint

Integer. The data point start of the saturation flash. Default 101

flashendpoint

Integer. The terminal Fm' point. Default 190

terminalpts

Integer. The number of points at the end of the trace during which far-red and actinic are both turned off. Default NULL. Only does something if lightterminal is also turned on.

lightterminal

Integer. The number of points at the end of the trace during with actinic is turned on. Default NULL. Only does something if terminalpts is also provided


poales/sharkeySpec documentation built on July 22, 2022, 10:28 a.m.