Description Usage Arguments Value See Also Examples
Create a New Drawing Page
| 1 2 | 
| width | Numeric value for the page width. | 
| height | Numeric value for the page height. | 
| units | Character value for the unit to use when specifying measurements. | 
| ... | Additional arguments to viewport. | 
A viewport object.
drawSettings
| 1 2 3 4 5 6 7 | library(draw)
# Set drawing settings
drawSettings(pageWidth = 5, pageHeight = 5, units = "inches")
# Create a new drawing page
drawPage()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.