View source: R/grid_partition.R
print.grid_partition | R Documentation |
Prints a data.frame with options
## S3 method for class 'grid_partition' print(x, do_str = TRUE, drop_unsplit = TRUE, digits = NULL, ...)
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 |
string (and displayed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.