R/badDend.R

#' Dataset That Crashes Base:::Plot.Dendogram with 'Node Stack Overflow'
#'
#' Base:::Plot.Dendogram() will generate a 'Node Stack Overflow' when run on a
#' dendrogram appropriately constructed from this data set.
#'
#'
#' @name badDend
#' @docType data
#' @format The format is: num [1:2047, 1:12] 1 2 3 4 5 6 7 8 9 10 ...  -
#' attr(*, "dimnames")=List of 2 ..$ : NULL ..$ : chr [1:12] "X" "V1" "V2" "V3"
#' ...
#' @note See help page for \code{\link{unByteCode}} to see how to construct the
#' 'bad' dendrogram from this data and how to work around the issue.
#' @keywords datasets
#' @examples
#'
#' data(badDend)
NULL

Try the gtools package in your browser

Any scripts or data that you put into this service are public.

gtools documentation built on Nov. 20, 2023, 5:07 p.m.