ht_global_opt(..., RESET = FALSE, READ.ONLY = NULL, LOCAL = FALSE)TRUE means only to return read-only values, FALSE means only to return non-read-only values, NULL means to return both.There are following parameters:
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
You can get or set option values by the traditional way (like options) or by $ operator:
# to get option values ht_global_opt("heatmap_row_names_gp") ht_global_opt$heatmap_row_names_gp
# to set option values ht_global_opt("heatmap_row_names_gp" = gpar(fontsize = 8)) ht_global_opt$heatmap_row_names_gp = gpar(fontsize = 8)
# no example for this function
NULLRun the code above in your browser using DataLab