You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
OK. thanks for checking! It is a good point.
I assumed that if x is a LPJData object, then its clear that before getLPJData or runLPJ must have been previoulsy callled to create the LPJData object. In general, besides runLPJ and setupLPJ there is no much context provided.
I am going trough the help files and will add info in @details and context in @examples.
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
see, for example, ?DHARMa::plot.DHARMa
The text was updated successfully, but these errors were encountered: