powered by
Returns TRUE if some class (based on the name of the function).
is.hclust(x)is.dendrogram(x)is.phylo(x)is.dendlist(x)is.dist(x)
is.dendrogram(x)
is.phylo(x)
is.dendlist(x)
is.dist(x)
an object.
# NOT RUN { # TRUE: is.dendlist(dendlist()) # FALSE is.dendlist(1) # TRUE: is.dist(dist(mtcars)) # FALSE is.dist(mtcars) # }
Run the code above in your browser using DataLab