aelab
Introduction | GHG flux calculation | Load and process the raw data file — tidy_ghg_analyzer() | Calculate the slope — calculate_regression() | Method 1: Load from excel | Window type | Per-row window overrides | Model selection | Quality flags | Method 2: Type directly in R | Method 3: Using make_reference() | Calculate the flux — calculate_ghg_flux() | Additional GHG tools | convert_ghg_unit() | calculate_MDF() | calculate_total_co2e() | NEM calculation | Load and process the HOBO logger data — process_hobo() | Batch processing with automated weather and sun times | Combine logger files in a folder — combine_hobo() | Keep only complete days — filter_complete_days() | Sunrise and sunset from site coordinates — add_sun_times() | Bulk weather import | Putting it together | Calculate GPP and ER — calculate_do() | Statistical analysis | Descriptive statistics — descriptive_statistic() | Outlier detection — find_outlier() | Normality testing | Data transformation — df_trans() | Parametric test — aov_test() | Non-parametric test — ks_test() | Faceted CLD annotation — sig_labels() | Visualization | References