View source: R/doubledeepms__plot_heatmap.R
doubledeepms__plot_heatmap | R Documentation |
Plot free energy heatmap.
doubledeepms__plot_heatmap(input_dt, variable_name, metric_name,
output_file, width = 10, height = 4, plot_title = "",
colour_clip = 4, colour_low = "blue", colour_high = "red",
colour_mid = "lightgrey", colour_mid_text = "grey")
input_dt |
input data.table (required) |
variable_name |
variable name for heatmap cells (required) |
metric_name |
input data.table (required) |
output_file |
plot output file path (required) |
width |
plot width in inches (default:10) |
height |
plot height in inches (default:4) |
plot_title |
main title for plot (default:empty) |
colour_clip |
maximum absolute value of colour scale (default:4) |
colour_low |
colour scale lower limit colour (default:blue) |
colour_high |
colour scale upper limit colour (default:red) |
colour_mid |
colour scale zero colour (default:lightgrey) |
colour_mid_text |
text mid colour (default:grey) |
Nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.