is.AFLP: Checks if an object is of the AFLP class

Description Usage Arguments Value Author(s) See Also Examples

View source: R/is-AFLP.R

Description

Checks if an object is of the AFLP class

Usage

1
  is.AFLP(x)

Arguments

x

Some object

Value

Logical. TRUE if the object if an AFLP object. FALSE otherwise.

Author(s)

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

See Also

AFLP-class, as.AFLP

Examples

1
2
3
4
n <- 100
 is.AFLP(n)
 data(Tilia)
 is.AFLP(Tilia)

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