Learn R Programming

afmToolkit (version 1.0.0)

is.afmexperiment: Afmexperiment check.

Description

Checks wether an R object is an afmexperiment or not.

Usage

is.afmexperiment(x)

Value

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

Arguments

x

Any R object.