print.rdt: Print method for rdt objects

View source: R/rdt.R

print.rdtR Documentation

Print method for rdt objects

Description

This function provides a formatted print method for objects of class rdt.

Usage

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

Arguments

x

An object of class rdt.

...

Additional arguments (not used).

Value

Invisibly returns the input object.

Examples

plan <- rdt(target = 0.9, mission_time = 1000, conf_level = 0.9, beta = 1, n = 10)
print(plan)

ReliaGrowR documentation built on Nov. 7, 2025, 9:06 a.m.