plot.tin_obj | R Documentation |
This function is a wrapper to call plot_simple_report
.
## S3 method for class 'tin_obj'
plot(x, ...)
x |
A TINC analysis computed with |
... |
Extra S3 parameters. |
A TINC analysis plot (a 'ggplot' figure with multiple panels).
plot_simple_report
.
rt = random_TIN()
plot(autofit(input = rt$data, cna = rt$cna, FAST = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.