print.vistla: Print vistla objects

View source: R/vistla.R

print.vistla_hierarchyR Documentation

Print vistla objects

Description

Utility functions to print vistla objects.

Usage

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

## S3 method for class 'vistla'
print(x, n = 7L, ...)

Arguments

x

vistla object.

...

ignored.

n

maximal number of paths to preview.

Value

Invisible copy of x.


vistla documentation built on Oct. 5, 2023, 5:08 p.m.

Related to print.vistla in vistla...