
Last chance! 50% off unlimited learning
Sale ends in
RDML
file as dendrogramPlots and/or returns the structure of RDML
file as
dendrogram
(tree-like structure.)
plots dendrogram if TRUE
dendrogram
object
# NOT RUN {
PATH <- path.package("RDML")
filename <- paste(PATH, "/extdata/", "BioRad_qPCR_melt.rdml", sep ="")
cfx96 <- RDML$new(filename)
#plot dendrogram
cfx96$AsDendrogram()
#assign dendrogram to the object
dendr <- cfx96$AsDendrogram(plot.dendrogram = FALSE)
# }
Run the code above in your browser using DataLab