liamrevell / phytools

GNU General Public License v3.0
207 stars 56 forks source link

Plot a map area cross Longitude 180 #159

Open Ruiqi-CUB opened 2 weeks ago

Ruiqi-CUB commented 2 weeks ago

Hi there,

I have a map area that I would like to plot across longitude 180 as shown below:

image

Is there a way to do it? Thanks!

here is my current code:

plot(snail.phymap2,
     xlim=c(-180,180),ylim=c(-90,90),pts=FALSE,
     ftype="i",fsize=0.8,map.bg="lightgreen",
     lty="solid",colors="darkblue",
     delimit_map=TRUE)

Ruiqi