fluorescence-set: Adds or overwrites the fluorescence data

Description Arguments Value Author(s) See Also Examples

Description

Adds or overwrites the fluorescence in an AFLP object.

Arguments

data

An AFLP object

value

The new fluorescence data

Value

data is updated with the new fluorescence data

Author(s)

Thierry Onkelinx Thierry.Onkelinx@inbo.be, Paul Quataert

See Also

fluorescence

Examples

1
2
3
4
data(Tilia)
 Fl <- fluorescence(Tilia)
 Fl$Fluorescence[10] <- NA
 fluorescence(Tilia) <- Fl

AFLP documentation built on May 2, 2019, 6:13 p.m.