print.euler | R Documentation |
This function is responsible for printing fits from euler()
and provides
a summary of the fit. Prints a data frame of the original set relationships
and the fitted values as well as diagError
and stress
statistics.
## S3 method for class 'euler'
print(x, round = 3, vsep = strrep("-", 0.75 * getOption("width")), ...)
x |
|
round |
number of decimal places to round to |
vsep |
character string to paste in between |
... |
arguments passed to |
Summary statistics of the fitted Euler diagram are printed to screen.
euler()
, base::print.data.frame()
euler(organisms)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.