graph_table: Plot heatmap that shows missing values

Description Usage Arguments Author(s) Examples

View source: R/graph_table.R

Description

Generate a heatmap to visualize where missing values (NA/NAN/NULL/"") are located. The dependency is the pheatmap package

Usage

1

Arguments

table

A table that contains missing values (NA/NAN/NULL/"")

Author(s)

Peter I-Fan Wu

Examples

1
2
mat=matrix(c(NA,2:11,NA),nrow=3)
graph_table(mat)

peterwu19881230/microbialPhenotypes documentation built on March 19, 2021, 6:36 a.m.