This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:data:gentry_rscript [2018/04/09 15:23] 127.0.0.1 external edit |
en:data:gentry_rscript [2018/06/06 08:07] (current) David Zelený |
||
---|---|---|---|
Line 13: | Line 13: | ||
abline (h = 0, col = 'grey') | abline (h = 0, col = 'grey') | ||
points (Lat ~ Long, gentry.coord.ea, pch = 24, bg = 'red', col = 'white', cex = 1.5, lwd = 2) | points (Lat ~ Long, gentry.coord.ea, pch = 24, bg = 'red', col = 'white', cex = 1.5, lwd = 2) | ||
+ | text (Lat ~ Long, gentry.coord.ea['chiba',, drop = F], col = 'red', adj = -.1, label = 'Chiba (Japan)') | ||
+ | text (Lat ~ Long, gentry.coord.ea['kenting',, drop = F], col = 'red', adj = -.1, label = 'Nanjenshan & Kenting (Taiwan)') | ||
+ | text (Lat ~ Long, gentry.coord.ea['palanan',, drop = F], col = 'red', adj = -.1, label = 'Palanan (Philippines)') | ||
+ | text (Lat ~ Long, gentry.coord.ea['semengoh',, drop = F], col = 'red', adj = -.1, label = 'Semengoh (Malaysia)') | ||
box () | box () | ||
dev.off () | dev.off () | ||
Line 23: | Line 27: | ||
box () | box () | ||
dev.off () | dev.off () | ||
+ | |||
</code> | </code> |