Learn R Programming

skynet (version 1.4.3)

summary.skynet: Displays a summary of a skynet object

Description

Displays a summary of a skynet object

Usage

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

Arguments

object

skynet object to summarise

...

other arguments ignored (for compatibility with generic)

Examples

Run this code
# NOT RUN {
net <- make_net_dir(OD_Sample)
summary(net)
# }

Run the code above in your browser using DataLab