You can achieve this by defining the order of Timepoints in a dendrogram after you have applied hclust to your data: data <- scale(t(data)) ord <- hclust( ...
確定! 回上一頁