Learn R Programming

dendextend (version 1.1.2)

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

Description

Checks if an object is of class dendlist

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