Displaying 2 results from an estimated 2 matches for "lightslategray".
2012 Aug 08
1
map axis on projected shapefiles
...ot;)
world <- readOGR(dsn="C:\\ArcGIS\\phy_coastline_plus_ssi_so.shp", layer =
"phy_coastline_plus_ssi_so")
plot(shelfline, axes=T,xlab=expression("Longitude"^o),
ylab=expression("Latitude"^o), yaxt="n", xaxt="n")
plot(world, col="lightslategray", add=T)
#attempts to alter axes
degAxis(1)
map.grid(col="black", labels=TRUE, pretty=TRUE, lty=2)
Many thanks
--
View this message in context: http://r.789695.n4.nabble.com/map-axis-on-projected-shapefiles-tp4639554.html
Sent from the R help mailing list archive at Nabble.com...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...", "#87CEFA",
"lightskyblue1", "#B0E2FF",
"lightskyblue2", "#A4D3EE",
"lightskyblue3", "#8DB6CD",
"lightskyblue4", "#607B8B",
"lightslateblue", "#8470FF",
"lightslategray", "#778899",
"lightslategrey", "#778899",
"lightsteelblue", "#B0C4DE",
"lightsteelblue1", "#CAE1FF",
"lightsteelblue2", "#BCD2EE",
"lightsteelblue3", "#A2B5CD",...