sinkovit / Spatial-ecology

Space use software deployed in the Spatial Ecology Gateway
MIT License
2 stars 0 forks source link

Add plotting aspect ratio #25

Closed monaw closed 1 year ago

sinkovit commented 1 year ago

Mona - I'm going to reassign this to you since I'm having problems with the version in the dev branch. Pretty easy fix, in app.R just replace this

plotMKDE (rasters[[1]], probs = probs)

with this

plotMKDE (rasters[[1]], probs = probs, asp = rasters[[1]]$ny/rasters[[1]]$nx)

monaw commented 1 year ago

thanks Bob, it seems to be working for the Condor data...

before Screen Shot 2022-10-10 at 3 05 52 PM

after Screen Shot 2022-10-10 at 3 07 59 PM