Learn R Programming

mrangr (version 1.0.1)

summary.sim_com_data: Summary Of sim_com_data Object

Description

Summary Of sim_com_data Object

Usage

# S3 method for sim_com_data
summary(object, ...)

Value

A list of class summary.sim_com_data

Arguments

object

sim_com_data object; returned by initialise_com function

...

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

Examples

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

# Summary
summary(community)

Run the code above in your browser using DataLab