print.htbObj: Printer for htb objects

print.htbObjR Documentation

Printer for htb objects

Description

Prints the brief summary of htb objects.

Usage

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

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

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

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

Arguments

x

htb objects.

...

Other arguments received for a compatibility purpose but in fact ignored.

Details

Because most classes in htb package are actually list objects with predetermined complicated format, printing these objects thoughtlessly on the console can result in vast verbose output. To avoid this, printing methods for htb objects uses utils::str() to prevent printing raw values.

Examples

  db <- as.htbDb(replicate(2, rnorm(1000), simplify = FALSE),
    type = "analog")
  print(db)


keimochizuki/htb documentation built on June 9, 2025, 10:03 p.m.