Learn R Programming

mrangr (version 1.0.1)

print.sim_com_data: Print sim_com_data Object

Description

Print sim_com_data Object

Usage

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

Value

sim_com_data object is invisibly returned (the x param)

Arguments

x

sim_com_data object; returned by the initialise_com function

...

further arguments passed to or from other methods; currently none specified

Examples

Run this code
# Read community data from the mrangr package
community <- get_community()

# Print
print(community)

Run the code above in your browser using DataLab