Re: [R] MAP HELP

2020-04-07 Thread Jim Lemon
Hi Anjaly, I think that replacing the "geom_point" argument with "geom_text" will do what you want. Unfortunately I can't get an example to work (as usual) so I'm copying this back the the R help list in the hope that someone will provide the answer for you. Jim On Tue, Apr 7, 2020 at 7:29 PM

Re: [R] MAP HELP

2020-04-04 Thread Jim Lemon
Hi Anjaly, Here is a very simple way to plot something like this. There are many ways to do this and of course easier ways to automate the placement of the points and labels. library(maps) library(plotrix) map("world",xlim=c(13.548932,53.407331),ylim=c(70.824046,78.764113)) box()

Re: [R] MAP HELP

2020-04-04 Thread Erin Hodgess
Hi! What kind of a map are you looking for? Google Earth, Open Street map or something else, please? Is your data in a data frame? Thanks, Erin On Sat, Apr 4, 2020 at 2:10 PM anjaly menon wrote: > Hello, > > I have a dataset with latitude, longitude, station serial numbers of my > fish

[R] MAP HELP

2020-04-04 Thread anjaly menon
Hello, I have a dataset with latitude, longitude, station serial numbers of my fish samples collected from the Barents Sea. I need to plot out from where the samples are coming from using the latitude and longitude and the range of body sizes (length of fishes) using R. I installed packages like