print.grid_partition: Print grid_partition

View source: R/grid_partition.R

print.grid_partitionR Documentation

Print grid_partition

Description

Prints a data.frame with options

Usage

## S3 method for class 'grid_partition'
print(x, do_str = TRUE, drop_unsplit = TRUE, digits = NULL, ...)

Arguments

x

partition object

do_str

If True, use a string like "(a, b]", otherwise have two separate columns with a and b

drop_unsplit

If True, drop columns for variables overwhich the partition did not split

digits

digits Option

...

Additional arguments. Passed to data.frame

Value

string (and displayed)


microsoft/CausalGrid documentation built on Aug. 25, 2022, 9:30 a.m.