Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
R has some decent built-in color gradient functions (?rainbow to learn more)—we will need a different color for each non-zero level plus one extra for zero foreclosures.
> mapColors<-heat.colors(max(myTrtFC)+1,alpha=.6)[max(myTrtFC)-myTrtFC+1]