replicates-set: Adds or overwrites the replicates

Description Arguments Value Author(s) See Also Examples

Description

Adds or overwrites the replicates in an AFLP object.

Arguments

data

An AFLP object

value

A data.frame with the replicate information

Value

data is updated with the new replicate information

Author(s)

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

See Also

replicate

Examples

1
2
3
4
data(Tilia)
 tmp <- replicates(Tilia)
 tmp$Plate[1] <- "8"
 replicates(Tilia) <- tmp

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