print.profvis {profvis} | R Documentation |
Print a profvis object
Description
Print a profvis object
Usage
## S3 method for class 'profvis'
print(x, ..., width = NULL, height = NULL, split = 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 |
[Package profvis version 0.3.7 Index]