print.tin_obj: Print a TINC object to screen

View source: R/S3_methods.R

print.tin_objR Documentation

Print a TINC object to screen

Description

Print a TINC object to screen

Usage

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

Arguments

x

A TINC analysis computed with autofit.

...

Extra S3 parameters

Value

Nothing.

Examples

# Automatic call
rt = random_TIN()
autofit(input = rt$data, cna = rt$cna, FAST = TRUE)

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