Murdoch {vegsoup}R Documentation

Indicator Species Analysis by Murdoch Preference Function

Description

This is a wrapper for function murdoch in package optpart.

Usage

## S4 method for signature 'VegsoupPartition'
murdoch(x, minplt, type, ...)

Arguments

x

'VegsoupPartition' object.

minplt, type

see murdoch

...

not used.

Value

a list object of class "murdoch"

Author(s)

Implemented for vegsoup from function murdoch by David W. Roberts in package optpart.

See Also

VegsoupPartition, fidelity

Examples

require(vegsoup)

data(barmstein)

murdoch(VegsoupPartition(barmstein, k = 2))


[Package vegsoup version 0.2-7 Index]