| dca-methods | R Documentation |
These provide the standard print() and plot() interfaces for
funcml_dca objects returned by interpret(method = "dca").
## S3 method for class 'funcml_dca'
print(x, digits = 4L, ...)
## S3 method for class 'funcml_dca'
plot(x, ...)
x |
A |
digits |
Number of digits numeric columns are rounded to when printed. |
... |
Additional arguments (unused). |
print() returns the input object invisibly. plot() returns a
ggplot2 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.