This creates a simple htmlwidget to be used
Usage
sillysplines(width = 640, height = 640, elementId = "app")
Arguments
- width
width of container in pixels
- height
height of container in pixels
- elementId
The id to be used for the container element
Value
Returns an htmlWidget to be used within an HTML document
Examples
if (FALSE) { # interactive()
sillysplines()
}