Learn R Programming

mrangr (version 1.0.1)

print.sim_com_results: Print sim_com_results Object

Description

Print sim_com_results Object

Usage

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

Value

sim_com_results object is invisibly returned (the x param)

Arguments

x

sim_com_results object; returned by the sim_com function

...

further arguments passed to or from other methods; none specified

Examples

Run this code
# Read simulation data from the mrangr package
simulated_com <- get_simulated_com()

# Print
print(simulated_com)

Run the code above in your browser using DataLab