Print a profvis object
# S3 method for profvis
print(x, ..., width = NULL, height = NULL, split = NULL, aggregate = NULL)
The object to print.
Further arguments to passed on to other print methods.
Width of the htmlwidget.
Height of the htmlwidget
Orientation of the split bar: either "h"
(the default) for
horizontal or "v"
for vertical.
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 = )
.