Changelog
Source:NEWS.md
PEcAn.benchmark 1.7.5.9000
Fixed
metric_PPMC(): addeduse = "pairwise.complete.obs"tostats::cor()so the Pearson correlation is computed on available pairs rather than returningNAwhenever any observation is missing. This matches the behaviour ofmetric_cor()in the same package.Improved clarity of code examples that are not run at check time.