Learn R Programming

afmToolkit (version 1.0.0)

is.afmdata: Afmdata check.

Description

Checks whether an R object is an afmdata or not.

Usage

is.afmdata(x)

Value

Returns TRUE if its argument is an afmdata (that is, has "afmdata" amongst its classes) and FALSE otherwise.

Arguments

x

Any R object.