unmarkedPower-class: Methods for unmarkedPower objects

unmarkedPower-methodsR Documentation

Methods for unmarkedPower objects

Description

Various functions to summarize unmarkedPower objects

Usage

## S4 method for signature 'unmarkedPower'
show(object)
## S4 method for signature 'unmarkedPower'
summary(object, alpha, showIntercepts = FALSE, ...)
## S4 method for signature 'unmarkedPower,missing'
plot(x, y, alpha, showIntercepts = FALSE, ...)

Arguments

object, x

An object of class unmarkedPower created with the powerAnalysis function

alpha

Desired Type I error rate. If not provided, defaults to the value specified when calling powerAnalysis.

showIntercepts

Show intercepts output? This is rarely useful.

y

Not currently used.

...

Not currently used.

Value

For show and summary, summary output is printed to the console. For plot, a visualization of the summary output is created.

Author(s)

Ken Kellner contact@kenkellner.com

See Also

powerAnalysis


rbchan/unmarked documentation built on July 10, 2024, 7:07 p.m.