You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to consider how to resolve extraction via non-point effort types eg. transect. Use argument fun to specify how that summarisation happens, or so we want separate data from every grid cell that the effort interacts with.
In 'extract()' I currently have ID=T but I should really have cell=T as I'm interested in cell numbers
Will need to update readme/vignette/tests to reflect this. Is there a way to streamline everytime we change something in the code? Eg a common basic workflow that is used in readme+tests.
The text was updated successfully, but these errors were encountered:
Move all this stuff:
from
sim_effort
tosim_detect
Need to consider how to resolve extraction via non-point effort types eg. transect. Use argument
fun
to specify how that summarisation happens, or so we want separate data from every grid cell that the effort interacts with.In 'extract()' I currently have ID=T but I should really have cell=T as I'm interested in cell numbers
Will need to update readme/vignette/tests to reflect this. Is there a way to streamline everytime we change something in the code? Eg a common basic workflow that is used in readme+tests.
The text was updated successfully, but these errors were encountered: