plot_exp68: plot for exponential based models models

Description Usage Arguments Details Examples

Description

plots of different parameter values in one plot, to determin the range of start values, plot_nonrec64 for LI-6400 data, and plot_nonrec68 for LI-6800 data.

Usage

1
2
plot_exp68(df, Am = max(df$A) - min(df$A), Rd = min(df$A), b = 0.001,
  Ic = 0.01)

Arguments

Am

is the gross photosynthetic rate

b

an adjusting factor

Ic

light compensation point

x

is the PAR intensity of the leaf

Details

use ggplot2 geom_smooth to fit the calculate data, generally the fit method is loess, but it does not matter, as we just want to see these data overlap with the measured ones as much as possible.

Examples

1
2
3
4
5
## Not run: 
plot_exp64(lrc64, Am = 17)
plot_exp68(lrc68, Am = 12)

## End(Not run)

zhujiedong/lrc_start documentation built on May 31, 2019, 5:24 p.m.