summary.flux: Print summary of a flux object

View source: R/movement.R

summary.fluxR Documentation

Print summary of a flux object

Description

Print summary of a given flux object

Usage

## S3 method for class 'flux'
summary(object, ...)

Arguments

object

a flux object

...

additional arguments affecting the summary produced.

Examples

flux <- gravity(theta = 0.1, alpha = 0.5, beta = 0.1, gamma = 0.1)
summary(flux)

SEEG-Oxford/movement documentation built on April 17, 2023, 4:17 p.m.