summary.manet: Summarising the output from the multiple allocation...

Description Usage Arguments Examples

View source: R/summary.manet.R

Description

This function summarises the output of the manet function

Usage

1
2
## S3 method for class 'manet'
summary(object, digits = 3, ...)

Arguments

object

A manet object.

digits

Number of digits. Default is 3.

...

Additional arguments to the summary function.

Examples

1
2
3
data(deepsouth)
ds<-manet(deepsouth,K=2,maxT=100)
summary(ds)

manet documentation built on May 2, 2019, 2:31 a.m.

Related to summary.manet in manet...