Dear R-help, I have a raster map which has a measure of profitability of land by parcel over several regions of geographic aggregation (think of counties). This data is stored in an ASCII file. If I type
plot(profit) I get a raster map of profit per parcel for all regions. I want to plot separate maps for each county. I used kasc to combine the profit map with a county map from a separate ASCII file. data.kasc <- as.kasc(list(profit, county)) Can anyone help me plot profit maps for each county separately? Kind regards, Alex ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.