delete_empty_grid: Remove Empty Grids

View source: R/GridProcessing.R

delete_empty_gridR Documentation

Remove Empty Grids

Description

Deletes empty grids from a list, or replaces them with NA.

Usage

delete_empty_grid(resp_list, remove = TRUE)

Arguments

resp_list

list of matrices.

remove

logical. If TRUE empty matrices are removed from the list.

Value

A list of grids with empty grids removed or replaced by NA.


douglaswhitaker/GridItemTools documentation built on Aug. 2, 2022, 4:32 a.m.