NEFSC / READ-SSB-CHAJI-Effort-Displacement---Scallop

Other
0 stars 0 forks source link

noaa bathymetric information #193

Open mle2718 opened 1 year ago

mle2718 commented 1 year ago
install.packages("marmap")
library("marmap")
getNOAA.bathy(lon1=-60,lon2=-80,lat1=50,lat2=35, resolution=2) -> a
plot(a, image=TRUE, deep=-1000, shallow=0, step=100)
plot(a, image=TRUE, deep=-1000, shallow=0, step=50)