Description Usage Arguments Value Author(s) See Also Examples
Creates an AFLP outlier object. The outlier object is used to mark observations as outliers in an AFLP object. These outliers will be omitted when normalising, classifying or calculating the repeatability.
1 | AFLP.outlier(Replicate, Specimen, Marker, Residual)
|
Replicate |
A |
Specimen |
A |
Marker |
A |
Residual |
A |
An AFLP outlier object
Thierry Onkelinx Thierry.Onkelinx@inbo.be, Paul Quataert
AFLP.outlier-class
, markers
,
replicates
, residuals
,
specimens
1 2 3 4 5 6 7 8 | AFLP.outlier()
AFLP.outlier(
Replicate = data.frame(
PC = "PC1",
Replicate = c("C.09.1744", "C.09.1745"),
Observed = numeric(2)
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.