print.profvis | R Documentation |
Print a profvis object
## S3 method for class 'profvis'
print(x, ..., width = NULL, height = NULL, split = NULL, aggregate = NULL)
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 |
Orientation of the split bar: either |
aggregate |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.