update_grid_stats {geeLite} | R 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.
[Package geeLite version 1.0.2 Index]