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

enable multipally compound dispersal*probability transfuns #34

Open
goldingn opened this issue Jun 7, 2016 · 0 comments
Open

enable multipally compound dispersal*probability transfuns #34

goldingn opened this issue Jun 7, 2016 · 0 comments

Comments

@goldingn
Copy link
Owner

goldingn commented Jun 7, 2016

currently this is possible:

(p(0.25) * d(0.1))(landscape(all))

but this errors on execution:

(p(0.5) * p(0.5) * d(0.1))(landscape(all))
 Error in array(STATS, dims[perm]) : 'dims' cannot be of length 0 In addition: Warning message:
In sweep(disp, 1, prob, "*") :
  STATS is longer than the extent of 'dim(x)[MARGIN]'

this is probably to do with the order of execution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant