Skip to contents

Convert GLBFP objects to data frames

Usage

# S3 method for class 'glbfp_grid'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

# S3 method for class 'glbfp_di'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

Arguments

x

A GLBFP grid object or a compute_Di() result.

row.names

Optional row names.

optional

Passed to base::as.data.frame().

...

Additional arguments (unused).

Value

A data frame representation of the object.