print.profvis: Print a profvis object

View source: R/profvis.R

print.profvisR Documentation

Print a profvis object

Description

Print a profvis object

Usage

## S3 method for class 'profvis'
print(x, ..., width = NULL, height = NULL, split = NULL, aggregate = NULL)

Arguments

x

The object to print.

...

Further arguments to passed on to other print methods.

width

Width of the htmlwidget.

height

Height of the htmlwidget

split

Direction of split. Either "v" (the default) for vertical, or "h" for horizontal. This is the orientation of the split bar.

aggregate

If 'TRUE', the profiled stacks are aggregated by name. This makes it easier to see the big picture. Set your own global default for this argument with 'options(profvis.aggregate = )'.


rstudio/profvis documentation built on May 4, 2023, 10:24 a.m.