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 = 50,
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