In R, there is a function to generate heatmap with dendrogram, called pheatmap::pheatmap
. minkowski
is one of the distance measuring options for pheatmap
to draw dendrogram. However, how to set the p
(The power of the Minkowski distance) in function pheatmap
?
Thanks.