Displaying 1 result from an estimated 1 matches for "nsls".
Did you mean:
nls
2012 Aug 13
1
Fine Tuning Country Map
...ileNames, loadChangePrefix, level)
polyMap <- do.call("rbind", polygon)
polyMap
}
spdf <- getCountries(c("ITA","CHE","FRA", "DEU","BEL", "LUX"))
AP <- c("SLS","SLS", "NWS", "NSLS", "NSLS", "NWS")
spdf$AP <- as.factor(AP)
png("many-countries.png")
## print(spplot(spdf, "NAME_ENGLI"))
print(spplot(spdf, "AP"))
## plot(spdf)
dev.off()