legend_heat_map_tp: Legend for the heatmaps.Extracts names from data.frame

View source: R/pallette_heatmap_legend.R

legend_heat_map_tpR Documentation

Legend for the heatmaps.Extracts names from data.frame

Description

Returns names for legend for the heatmaps

Usage

legend_heat_map_tp(df)

Arguments

df

average data frame. Generated using ave_timepoint() function.

Value

legend for the heatmap

Examples

file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
a<- output_tp(file_nm)
legend_heat_map_tp(df=a)

mkajano/HDXBoxeR documentation built on April 23, 2024, 12:28 a.m.