Learn R Programming

rcontroll (version 0.1.2)

print.trollsim: Print a summary

Description

print() prints a summary of TROLL simulation or stack of simulations outputs.

Usage

# S4 method for trollsim
print(x, ...)

# S4 method for trollsim show(object)

# S4 method for trollsim summary(object, ...)

Value

Print or show in console.

Arguments

x

trollsim or trollstack.

...

unused argument.

object

trollsim or trollstack.

See Also

troll(), stack(), trollsim(), trollstack()

Examples

Run this code

data("TROLLv3_output")
print(TROLLv3_output)

Run the code above in your browser using DataLab