data prep and post bias correction for NEE and LE#3934
Conversation
| @@ -0,0 +1,747 @@ | |||
| ## Load packages | |||
There was a problem hiding this comment.
This file just contains functions, which I think would be better migrated to the R folder instead of the inst folder, in which case you'll need to drop the library calls, make namespaces explicit, and compile + commit the Rd man files for each function
| @@ -0,0 +1,633 @@ | |||
| ## Load packages | |||
There was a problem hiding this comment.
same points about migrating to R folder. For both files, I'd @export the minimal set of functions (I'm assuming many of these functions are exclusively being called by other functions internally). Since there's no "master script" here that runs your actual debiasing, I'd either add that (either as an inst script or uncompiled vignette) or provide an unrun example for the few high-level functions that are being exported.
bias correct the results from SDA output of NEE and LE