plot.tin_obj: Plot a TINC analysis.

View source: R/S3_methods.R

plot.tin_objR Documentation

Plot a TINC analysis.

Description

This function is a wrapper to call plot_simple_report.

Usage

## S3 method for class 'tin_obj'
plot(x, ...)

Arguments

x

A TINC analysis computed with autofit.

...

Extra S3 parameters.

Value

A TINC analysis plot (a 'ggplot' figure with multiple panels).

See Also

plot_simple_report.

Examples

rt = random_TIN()
plot(autofit(input = rt$data, cna = rt$cna, FAST = TRUE))

caravagn/TINC documentation built on April 28, 2024, 7:42 a.m.