> From [EMAIL PROTECTED] Wed Nov  5 11:31:52 2003
> 
> but I cannot find any function to find the avalable region names in
> a map database
> 
They are in the .N file for the appropriate map.

Try:
library(maps)
data(worldMapEnv)
file.show(paste(Sys.getenv(worldMapEnv), "world.N", sep="/"))

These ASCII files are in the form:
region[:subregion] polygonNumber

Ray Brownrigg

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to