heatmap_quality: Draws a heatmap based on data quality scores
Description
Knows to extract the quality matrix from the profile object and pass it on to the heatmap function.
Plots a heatmap.
Usage
heatmap_quality(profile, recLab = NULL, recMax = 100, scoreMax = NULL, cols = NULL, ...)
Arguments
profile
a datadict.profile object
recLab
variable that should be used for labeling the records
recMax
maximum first n records for display
scoreMax
maxim quality score to filter out
...
as in heatmap function
Details
Currently this function is limited a table siZé of 300 records.