print.Ancillary: Print object of class 'Ancillary'

View source: R/Dasst-methods.R

print.AncillaryR Documentation

Print object of class Ancillary

Description

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

Usage

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

Arguments

x

Object of class Ancillary.

...

Arguments that may be passed to other functions.

Details

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

Value

An invisible object.

Examples

data(plantGrowth)
getAncillary(plantGrowth, 1:5)

Dasst documentation built on April 14, 2022, 1:07 a.m.