Fix comment

This commit is contained in:
Giancarlo Panichi 2023-05-19 14:16:35 +02:00
parent 736ad46789
commit 03bacf3832
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ usedPolygon=args[2]
wktP <-readWKT(usedPolygon)
print(wktP@bbox)
#By scientific name adnd geometry
#By scientific name and geometry
y=occurrence(sname, geometry = usedPolygon)
occplot<-map_ggplot(y, color = "#ff3399")+coord_sf(xlim = wktP@bbox[1,], ylim = wktP@bbox[2,])
ggsave(result, plot = occplot)

View File

@ -15,7 +15,7 @@ result="occplot.png"
wktP <-readWKT(usedPolygon)
print(wktP@bbox)
#By scientific name adnd geometry
#By scientific name and geometry
y=occurrence(sname, geometry = usedPolygon)
occplot<-map_ggplot(y, color = "#ff3399")+coord_sf(xlim = wktP@bbox[1,], ylim = wktP@bbox[2,])
ggsave(result, plot = occplot)