print.Dasst: Print object of class Dasst

View source: R/Dasst-methods.R

print.DasstR Documentation

Print object of class Dasst

Description

print.Dasst prints the contents of an object of class Dasst.

Usage

  ## S3 method for class 'Dasst'
 print(x, ix = 1, ...)

Arguments

x

Object of class Dasst.

ix

An integer number. The contents of the first table are print by default. Others table contents can be display setting this parameter in the range form 1 to length(x).

...

Other parameters for the print.data.frame function that specify how tables should look.

Details

This function extends the S3 print generic function. It prints the contents of an object of class Dasst.

Value

An invisible object.

Examples

data(plantGrowth)
print(plantGrowth)

hlozza/Dasst documentation built on April 22, 2022, 6:41 p.m.