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
Direction of split. Either "v" (the default) for
vertical, or "h" for horizontal. This is the orientation of the
split bar.
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 = )`.