Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpretation with 2 area OM #80

Open
quang-huynh opened this issue Aug 12, 2023 · 0 comments
Open

Interpretation with 2 area OM #80

quang-huynh opened this issue Aug 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@quang-huynh
Copy link
Member

During the workshop, it was very easy to confuse everyone about the fact the OM is 2-areas, and thus we were simulating some spatial movement dynamics.

Perhaps an alternative conditioning recommendation should be to put all the fish in area 1 and have an empty area 2. Why can't the spatial parameters be 0 or 1?

library(MSEtool)

OM1 <- OM2 <- testOM
OM1@Size_area_1 <- c(0.5, 0.5)
OM1@Prob_staying <- c(0.5, 0.5)
OM1@Frac_area_1 <- c(0.5, 0.5)

OM2@Size_area_1 <- c(1, 1)
OM2@Prob_staying <- c(1, 1)
OM2@Frac_area_1 <- c(1, 1)

Hist1 <- Simulate(OM1)
Hist2 <- Simulate(OM2)

@quang-huynh quang-huynh added the enhancement New feature or request label Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant