Learn R Programming

RDML (version 0.9-1)

RDML.AsDendrogram: Represents structure of RDML file as dendrogram

Description

Plots and/or returns structure of RDML file as dendrogram (tree view)

Arguments

plot.dendrogram
plots dendrogram if TRUE

Value

dendrogram object

Examples

Run this code
## Not run: 
# PATH <- path.package("RDML")
# filename <- paste(PATH, "/extdata/", "BioRad_qPCR_melt.rdml", sep ="")
# cfx96 <- RDML$new(filename)
# cfx96$AsDendrogram()
# ## End(Not run)

Run the code above in your browser using DataLab