update_grid_stats: Update Grid Statistics

View source: R/run_geelite.R

update_grid_statsR Documentation

Update Grid Statistics

Description

Updates existing grid statistics with newly calculated statistics.

Usage

update_grid_stats(grid_stat, batch_stat)

Arguments

grid_stat

[optional] (data.frame) Existing data frame of grid statistics to append the newly calculated statistics to.

batch_stat

[mandatory] (data.frame) New data frame of grid statistics to append to the existing statistics.ű

Value

(data.frame) A combined data frame with missing columns filled as NA.

A data frame containing the updated grid statistics.


geeLite documentation built on Aug. 9, 2025, 1:08 a.m.