civilstat / RankingProject

R package {RankingProject}: visualizations for comparing populations, and associated papers (https://doi.org/10.1080/00031305.2017.1392359 and https://doi.org/10.1111/rssc.12402)
6 stars 0 forks source link

Remove unneeded parts of RankHeatmap() #1

Open civilstat opened 7 years ago

civilstat commented 7 years ago

Originaly I created RankHeatmap() as a small tweak to the source of stats::heatmap(), basically just removing the layout() stuff so that I could embed such heatmaps within a larger layout. Now, since I never plan to use any of the other features of stats::heatmap() like dendograms etc., I should clean up this function, so it's easier to debug in case of future problems, and so I don't need as many importFrom statements.

civilstat commented 7 years ago

(Then, I should remember to remove those unneeded @importFrom statements from RankingProject.R)