-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
a comment about the help - when I was writing the unit tests now, I realized that the help does not do a good job in showing the context in which functions are being used.
Take as example plotLPJData - this function requires running getLPJData first, but this is nowhere documented, it just says that the input variable x is an LPJData object.
A good help should have
- a link to getLPJData in the help of x
- a link to getLPJData with the @Seealso tag
- a shared help file that shows both functions in context, see also comment in example files #39
see, for example, ?DHARMa::plot.DHARMa