Learn R Programming

dendextend (version 1.3.0)

is.dendlist: Checks if an object is of class dendlist

Description

Checks if an object is of class dendlist (returns TRUE if it is).

Usage

is.dendlist(x)

Arguments

x
whatever object to check

Value

logical

Examples

Run this code
# TRUE:
is.dendlist(dendlist())
# FALSE
is.dendlist(1)

Run the code above in your browser using DataLab