Dear all

I have done GIS in ggmap package :

map=get_map(location=c(lon=60,lat=25), zoom=8,scale = "auto", maptype=c("satellite"),language = "EN")

 lon=c(61.2554,61.1106,60.5507,60.3424,60.1677,59.5796,59.2854,59.0423)

lat=c(25.0381,25.0785,25.1210,25.1773,25.1905,25.2162,25.2694,25.2222)

 geot=data.frame(lon,lat)

ggmap(map,extent="panel")+geom_point(aes(x=lon,y=lat,colour="red"),data=geot,cex=3)

could you please, inform me about the add order of phytoplankton density   on station in fallow of these codes?

I have attached the excell sheet.

all the best

mahnaz

Similar questions and discussions