## load a MRIaggr object
data("MRIaggr.Pat1_red", package = "MRIaggr")
## pearson
heatmapMRIaggr(MRIaggr.Pat1_red, param = c("MASK_T2_FLAIR_t2","DWI_t0","TTP_t0","MTT_t0"),
las = 1, type = "image", cex = 0.75,
breaks = seq(-1, 1, length.out = 51),
col = cm.colors(50))
## spearman
heatmapMRIaggr(MRIaggr.Pat1_red, param = c("MASK_T2_FLAIR_t2","DWI_t0","TTP_t0","MTT_t0"),
las = 1, type = "image", cex = 0.75, method = "spearman",
breaks = seq(-1, 1, length.out = 51),
col = cm.colors(50))
## spearman with legend
heatmapMRIaggr(MRIaggr.Pat1_red, param = c("MASK_T2_FLAIR_t2","DWI_t0","TTP_t0","MTT_t0"),
las = 1, type = "image.plot", cex = 0.75, method = "spearman",
breaks = seq(-1, 1, length.out = 51),
col = cm.colors(50))
Run the code above in your browser using DataLab