plot.eulergram | R Documentation |
This function is responsible for the actual drawing of
'eulergram'
objects created through plot.euler()
. print.eulergram()
is an alias for plot.eulergram()
, which has been provided so that
plot.euler()
gets called automatically.
## S3 method for class 'eulergram'
plot(x, newpage = TRUE, ...)
## S3 method for class 'eulergram'
print(x, ...)
x |
an object of class |
newpage |
if |
... |
ignored |
A plot is drawn on the current device using grid::Grid()
graphics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.