Replies: 2 comments 3 replies
|
I think so...my only thought is maybe we want to use the Anchovy Bay model (AB) as our example, as this is a relatively simple model commonly used for teaching EwE -- and it might be easier for a new user to follow along with a simple parameter set. The downside is we might not have ready examples for some of the more complex functionality. @kaydin What do you think? |
1 reply
|
I was planning to add examples for the |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have been adding examples to all of the functions i am reviewing so a user knows how to use the function. As a new user to Rpath i am finding this exercise very helpful in understanding how the package/functions works
For example, one of the functions i was reviewing (
extract.node) can only be used if 3 other Rpath functions have been run prior. Having an example showing this, is valuable (in my opinion), for future users.For those unfamiliar with Rpackage development you can add examples using code like below:
This code will be executed in the help documentation
Is this something we want to make as a standard?
All reactions