-
Notifications
You must be signed in to change notification settings - Fork 3
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
formal argument "acc.mean" matched by multiple actual arguments #56
Comments
Hi Sofia, |
A bit more on this, and sorry to make Julien wade in a bit here. Most bacon parameters can be passed directly through The other parameter that works like this is the |
Yes, what he said ! |
Yes, that worked perfectly! Good to know about the exceptions - I'll remember that for next time I run into similar problems. Thank you! |
Hi Nick,
I want to build an age-depth model for a sediment core with changing sedimentation rate. I try adding a boundary and assign the core different accumulation priors above and below the boundary, but it doesn't work. I can add the boundary, but not set different acc.mean for the different stratigraphic units.
This is the code I run:
D = runBacon(D,d.min=0,d.max=196,rotate.axes=TRUE,boundary=26,acc.mean=c(20,50))
And this is the error I get:
Error in rbacon::Bacon(core = site.name, coredir = bacon.dir, thick = thick, :
formal argument "acc.mean" matched by multiple actual arguments
Any thoughts on what is going wrong?
Thanks!
Sofia
The text was updated successfully, but these errors were encountered: