Learn R Programming

ReliaGrowR (version 0.3.2)

print.rdt: Print method for rdt objects

Description

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

Usage

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

Value

Invisibly returns the input object.

Arguments

x

An object of class rdt.

...

Additional arguments (not used).

Examples

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

Run the code above in your browser using DataLab