Learn R Programming

plantphysioR (version 1.0.0)

chl_a: Chlorophyll'a' Concentration by Arnon method

Description

Calculates Chlorophyll a Concentration according to Arnon(1949) method

Usage

chl_a(A663, A645, v, w)

Value

Chlorophyll a in mg/g of fresh weight

Arguments

A663

Absorbance at 663nm

A645

Absorbance at 645nm

v

Final volume of solvent used in ml

w

Fresh weight of the sample used in grams

References

Arnon, D. I. (1949). Copper enzymes in isolated chloroplasts. Polyphenoloxidase in Beta vulgaris. Plant physiology, 24(1), 1. tools:::Rd_expr_doi("10.1104/pp.24.1.1")

Examples

Run this code
chl_a(0.025, 0.041, 15, 1)

Run the code above in your browser using DataLab