-project.org; Bill Poling ; r-help
(r-help@r-project.org)
Subject: Re: [R] Help with simple Map of US states with predefined regions
Version 2
Your data appear to be in fixed format, not space-delimited (or delimited by
any other special character), so you should use read.fwf to read it in rather
Your data appear to be in fixed format, not space-delimited (or delimited by
any other special character), so you should use read.fwf to read it in rather
that read.table.
?read.fwf
In the future you should try to identify where your errors are or your data
don't look right and ask focused qu
Hi,
I hope someone can help me finalize this please.
I am coming close to what I need using variations from two ggplot2 tutorials.
This first gives me the map of the US with AK & HI but I cannot figure out how
to get my 5 regions colored
#https://stackoverflow.com/questions/38021188/how-to-dra
3 matches
Mail list logo